nulogy_sso 2.3.1 → 2.4.0

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: 8c3aa58409da6e710843d8ec1436fca9d43cc06703aa24ad4cf03dfce9054d66
4
- data.tar.gz: 5f0a9b46ec00b53077b1a8912404fbb5a6e0510959b604eacc35cdceaa143dd5
3
+ metadata.gz: 74e239b1c685ec0b9fc96d1d56575e4a1fb9b699e4745a4f532230791be36607
4
+ data.tar.gz: 629ac3914d88f3ab4ae01c7bad14ce6241fc1e9274b20ba070a1a0edee247d2c
5
5
  SHA512:
6
- metadata.gz: 5594461909374b803f64e425d14bee4d2c17f3d44a3ea79c48f3fe0b2e692a0a776d0d84c0a23c278025e5d286530bfb7ba2e874a13089223a9d75a44fb6a90e
7
- data.tar.gz: 6afbea2d0ad0a83b0ef130ddb49a1722cb80875e4eac857214ebb0d56844b15f2748fd5f2611980e5060397f813421721187c0b2b86cbe8859f0cece8dc196c8
6
+ metadata.gz: 7e8cccb0d3ef757470e78453648b820ec292f9da3b46c9fb16179dd904aa8a669887dceb01371459c2993dcacebb8e294a19e3a5093e0e947d807c45be40d056
7
+ data.tar.gz: 6f770201a5c6847a1fd52967fb33b988745b3b5984ce19e4c01e5b0bfd19824429e3024beda0d1f403cbaae6bd9ec97b9e88ff19f151c10774692a41a9881dc8
@@ -1,3 +1,3 @@
1
1
  module NulogySSO
2
- VERSION = "2.3.1"
2
+ VERSION = "2.4.0"
3
3
  end
File without changes
Binary file
@@ -0,0 +1,21 @@
1
+  (1.8ms) SELECT sqlite_version(*)
2
+  (0.1ms) SELECT sqlite_version(*)
3
+  (0.1ms) SELECT sqlite_version(*)
4
+  (0.1ms) DROP TABLE IF EXISTS "users"
5
+  (9.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
7
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
8
+  (16.6ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
9
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
10
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
11
+  (0.0ms) begin transaction
12
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2021-04-08 21:50:30.614672"], ["updated_at", "2021-04-08 21:50:30.614672"]]
13
+  (0.7ms) commit transaction
14
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
15
+  (0.0ms) begin transaction
16
+ ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2021-04-08 21:50:30.620037"], ["key", "environment"]]
17
+  (0.7ms) commit transaction
18
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]
19
+  (0.0ms) begin transaction
20
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2021-04-08 21:50:30.625088"], ["updated_at", "2021-04-08 21:50:30.625088"]]
21
+  (0.8ms) commit transaction