cmor_contact 0.0.9.pre → 0.0.10.pre

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c09e8b1b31448ec818ae8ce4b2052e1a3845ce652d438764444cede1e0498bb9
4
- data.tar.gz: bed74d279d3c8408f69b38b7369537715ba584731848f622af94d2272ee046c8
3
+ metadata.gz: f0259299b7f47131c4cea1d29560fac217797f7c3341b515d7fcf46910c87889
4
+ data.tar.gz: 063bef7d10a0458c8710fddafdea474dde6ae1ca64fe46eeecfc6c65cdc49859
5
5
  SHA512:
6
- metadata.gz: 8725396bb921073fa5035f26b1df3712e8cb739290ade60590ec59499190ee30ff6ba9f65c4b81f4390610a5d18b7a643b15c7962e6439c2d36129a4f4d76c1c
7
- data.tar.gz: 41ce93e506fc86292e762a626ddf832c129a12ca1369d75f74562566321d9a4bfc8f0308a3e7b4806e8c4f38f3d66a7f229a431599ee751042998f35dcdcbda0
6
+ metadata.gz: 115bb34231987527899e5b05fdeed4bcf20482b11fd285d1b3a35bd65351a69f7987564d5a5aef2b1a6b39d1b0ef8a6fd0588fdeb61969ccfaeb5be26093fd3b
7
+ data.tar.gz: 4f9a418db20144fd022642493aa4d2c10df56787d9301d713f7b389235b97ae5f63c066271bd60da8d9321e23125ca6108307d5cbf35950ea197d983c125601a
Binary file
@@ -10,7 +10,7 @@
10
10
  #
11
11
  # It's strongly recommended that you check this file into your version control system.
12
12
 
13
- ActiveRecord::Schema.define(version: 2019_04_12_001958) do
13
+ ActiveRecord::Schema.define(version: 2019_05_02_155418) do
14
14
 
15
15
  create_table "active_storage_attachments", force: :cascade do |t|
16
16
  t.string "name", null: false
Binary file
@@ -1,57 +1,57 @@
1
-  (0.3ms) SELECT sqlite_version(*)
1
+  (0.1ms) SELECT sqlite_version(*)
2
2
  ↳ bin/rails:4
3
-  (14.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
3
+  (4.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
4
4
  ↳ bin/rails:4
5
-  (13.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
5
+  (4.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
6
  ↳ bin/rails:4
7
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
8
  ↳ bin/rails:4
9
- Migrating to CreateActiveStorageTables (20190412001940)
10
-  (0.2ms) begin transaction
9
+ Migrating to CreateActiveStorageTables (20190502155359)
10
+  (0.1ms) begin transaction
11
11
  ↳ bin/rails:4
12
-  (1.2ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
- ↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:4
14
-  (0.4ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
- ↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:4
12
+  (0.7ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
13
+ ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:4
14
+  (0.2ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
15
+ ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:4
16
16
   (0.3ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL, CONSTRAINT "fk_rails_c3b3935057"
17
17
  FOREIGN KEY ("blob_id")
18
18
  REFERENCES "active_storage_blobs" ("id")
19
19
  )
20
- ↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:16
20
+ ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
21
21
   (0.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
22
- ↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:16
23
-  (0.2ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
- ↳ db/migrate/20190412001940_create_active_storage_tables.active_storage.rb:16
25
- ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001940"]]
22
+ ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
23
+  (0.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
24
+ ↳ db/migrate/20190502155359_create_active_storage_tables.active_storage.rb:16
25
+ ActiveRecord::SchemaMigration Create (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190502155359"]]
26
26
  ↳ bin/rails:4
27
-  (5.1ms) commit transaction
27
+  (4.1ms) commit transaction
28
28
  ↳ bin/rails:4
29
- Migrating to CreateCmorContactContactRequests (20190412001958)
29
+ Migrating to CreateCmorContactContactRequests (20190502155418)
30
30
   (0.1ms) begin transaction
31
31
  ↳ bin/rails:4
32
-  (1.0ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
- ↳ db/migrate/20190412001958_create_cmor_contact_contact_requests.cmor_contact.rb:4
34
- ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190412001958"]]
32
+  (0.8ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
+ ↳ db/migrate/20190502155418_create_cmor_contact_contact_requests.cmor_contact.rb:4
34
+ ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20190502155418"]]
35
35
  ↳ bin/rails:4
36
-  (5.0ms) commit transaction
36
+  (3.5ms) commit transaction
37
37
  ↳ bin/rails:4
38
- ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
38
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
39
39
  ↳ bin/rails:4
40
-  (0.3ms) begin transaction
40
+  (0.1ms) begin transaction
41
41
  ↳ bin/rails:4
42
- ActiveRecord::InternalMetadata Create (0.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:19:58.724833"], ["updated_at", "2019-04-12 00:19:58.724833"]]
42
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-05-02 15:54:18.749281"], ["updated_at", "2019-05-02 15:54:18.749281"]]
43
43
  ↳ bin/rails:4
44
-  (7.6ms) commit transaction
44
+  (3.9ms) commit transaction
45
45
  ↳ bin/rails:4
46
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
46
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
47
47
  ↳ bin/rails:4
48
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
48
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
49
49
  ↳ bin/rails:4
50
-  (1.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
50
+  (0.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
51
51
  ↳ bin/rails:4
52
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
52
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
53
53
  ↳ bin/rails:4
54
-  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
54
+  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]]
55
55
  ↳ bin/rails:4
56
56
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
57
57
  ↳ bin/rails:4
@@ -61,48 +61,48 @@ Migrating to CreateCmorContactContactRequests (20190412001958)
61
61
  ↳ db/schema.rb:15
62
62
   (0.1ms) SELECT sqlite_version(*)
63
63
  ↳ db/schema.rb:15
64
-  (5.1ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
64
+  (4.1ms) CREATE TABLE "active_storage_attachments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar NOT NULL, "record_type" varchar NOT NULL, "record_id" integer NOT NULL, "blob_id" integer NOT NULL, "created_at" datetime NOT NULL)
65
65
  ↳ db/schema.rb:15
66
-  (3.6ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
66
+  (3.5ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")
67
67
  ↳ db/schema.rb:15
68
-  (4.3ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
68
+  (4.6ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id")
69
69
  ↳ db/schema.rb:15
70
-  (0.3ms) DROP TABLE IF EXISTS "active_storage_blobs"
70
+  (0.2ms) DROP TABLE IF EXISTS "active_storage_blobs"
71
71
  ↳ db/schema.rb:25
72
-  (15.4ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
72
+  (4.1ms) CREATE TABLE "active_storage_blobs" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar NOT NULL, "filename" varchar NOT NULL, "content_type" varchar, "metadata" text, "byte_size" bigint NOT NULL, "checksum" varchar NOT NULL, "created_at" datetime NOT NULL)
73
73
  ↳ db/schema.rb:25
74
-  (17.2ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
74
+  (4.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")
75
75
  ↳ db/schema.rb:25
76
-  (0.2ms) DROP TABLE IF EXISTS "cmor_contact_contact_requests"
76
+  (0.1ms) DROP TABLE IF EXISTS "cmor_contact_contact_requests"
77
77
  ↳ db/schema.rb:36
78
-  (4.8ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
78
+  (4.1ms) CREATE TABLE "cmor_contact_contact_requests" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "phone" varchar, "ip_address" varchar, "message" text, "accept_terms_of_service" boolean, "notified_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
79
79
  ↳ db/schema.rb:36
80
-  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
80
+  (4.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
81
81
  ↳ db/schema.rb:13
82
-  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
82
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
83
83
  ↳ db/schema.rb:13
84
-  (4.9ms) INSERT INTO "schema_migrations" (version) VALUES (20190412001958)
84
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES (20190502155418)
85
85
  ↳ db/schema.rb:13
86
-  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES
87
- (20190412001940);
86
+  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES
87
+ (20190502155359);
88
88
 
89
89
  
90
90
  ↳ db/schema.rb:13
91
-  (4.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
91
+  (3.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
92
92
  ↳ db/schema.rb:13
93
- ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
93
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
94
94
  ↳ db/schema.rb:13
95
-  (0.1ms) begin transaction
95
+  (0.0ms) begin transaction
96
96
  ↳ db/schema.rb:13
97
- ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-04-12 00:19:58.869041"], ["updated_at", "2019-04-12 00:19:58.869041"]]
97
+ ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2019-05-02 15:54:18.834304"], ["updated_at", "2019-05-02 15:54:18.834304"]]
98
98
  ↳ db/schema.rb:13
99
-  (3.7ms) commit transaction
99
+  (4.6ms) commit transaction
100
100
  ↳ db/schema.rb:13
101
101
  ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
102
102
  ↳ bin/rails:4
103
103
   (0.1ms) begin transaction
104
104
  ↳ bin/rails:4
105
- ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-04-12 00:19:58.878289"], ["key", "environment"]]
105
+ ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2019-05-02 15:54:18.850229"], ["key", "environment"]]
106
106
  ↳ bin/rails:4
107
-  (4.1ms) commit transaction
107
+  (4.4ms) commit transaction
108
108
  ↳ bin/rails:4