mks_rate 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mks/rate/version.rb +1 -1
- data/spec/dummy/log/development.log +326 -0
- data/spec/dummy/log/test.log +3348 -0
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a43c51b3a156746e496cdd86062f430e03ec147d3e2c7eeaebae4a056ce7e19
|
4
|
+
data.tar.gz: b9215c9e6f65215bd509766fcd9dc8bf65a793656e2bf427aa763b68b8307d56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 329c1e1c6ecd75434d637db7e598562265ffc028a26e36b990ddfd8e668c9320e4be947f311144164a78bc8c728b200bd2bcb8c3687c427c0a3210ef0ed7b00b
|
7
|
+
data.tar.gz: 3317fb6ebb430dd8ebbaa36815322ffbc65640bd84fa0c9d890dfeb140999081cad76dc61bc54327539b876c19a04578ee3508a19616e53d5f55e4e5bb3b5a1d
|
data/lib/mks/rate/version.rb
CHANGED
@@ -0,0 +1,326 @@
|
|
1
|
+
[1m[35m (1.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
3
|
+
[1m[35m (1.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
5
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
6
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1[0m [["key", "environment"]]
|
7
|
+
[1m[35m (123.0ms)[0m [1m[35mDROP DATABASE IF EXISTS "construction_test"[0m
|
8
|
+
[1m[35m (335.3ms)[0m [1m[35mCREATE DATABASE "construction_test" ENCODING = 'utf8'[0m
|
9
|
+
[1m[35mSQL (0.7ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
10
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_application_modules" CASCADE[0m
|
11
|
+
[1m[35m (13.6ms)[0m [1m[35mCREATE TABLE "mks_auth_application_modules" ("id" serial NOT NULL PRIMARY KEY, "code" character varying NOT NULL, "name" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
12
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_menus" CASCADE[0m
|
13
|
+
[1m[35m (8.6ms)[0m [1m[35mCREATE TABLE "mks_auth_menus" ("id" serial NOT NULL PRIMARY KEY, "text" character varying NOT NULL, "icon_cls" character varying, "class_name" character varying, "location" character varying, "parent_id" integer, "application_module_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
14
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_mks_auth_menus_on_application_module_id" ON "mks_auth_menus" ("application_module_id")[0m
|
15
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "index_mks_auth_menus_on_parent_id" ON "mks_auth_menus" ("parent_id")[0m
|
16
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_menus_user_roles" CASCADE[0m
|
17
|
+
[1m[35m (4.6ms)[0m [1m[35mCREATE TABLE "mks_auth_menus_user_roles" ("id" serial NOT NULL PRIMARY KEY, "menu_id" integer, "user_role_id" integer)[0m
|
18
|
+
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "index_mks_auth_menus_user_roles_on_menu_id_and_user_role_id" ON "mks_auth_menus_user_roles" ("menu_id", "user_role_id")[0m
|
19
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_user_roles" CASCADE[0m
|
20
|
+
[1m[35m (7.2ms)[0m [1m[35mCREATE TABLE "mks_auth_user_roles" ("id" serial NOT NULL PRIMARY KEY, "name" character varying NOT NULL, "application_module_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
21
|
+
[1m[35m (5.9ms)[0m [1m[35mCREATE INDEX "index_mks_auth_user_roles_on_application_module_id" ON "mks_auth_user_roles" ("application_module_id")[0m
|
22
|
+
[1m[35m (0.9ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_users" CASCADE[0m
|
23
|
+
[1m[35m (7.2ms)[0m [1m[35mCREATE TABLE "mks_auth_users" ("id" serial NOT NULL PRIMARY KEY, "first_name" character varying NOT NULL, "last_name" character varying NOT NULL, "email" character varying NOT NULL, "active" boolean DEFAULT TRUE NOT NULL, "password_digest" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
24
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_users_application_modules" CASCADE[0m
|
25
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "mks_auth_users_application_modules" ("user_id" bigint, "application_module_id" bigint)[0m
|
26
|
+
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "am_on_users_indx" ON "mks_auth_users_application_modules" ("user_id", "application_module_id")[0m
|
27
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_auth_users_user_roles" CASCADE[0m
|
28
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "mks_auth_users_user_roles" ("user_id" integer, "user_role_id" integer)[0m
|
29
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "index_mks_auth_users_user_roles_on_user_id_and_user_role_id" ON "mks_auth_users_user_roles" ("user_id", "user_role_id")[0m
|
30
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_categories" CASCADE[0m
|
31
|
+
[1m[35m (6.8ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_categories" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "equipment_type_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
32
|
+
[1m[35m (4.8ms)[0m [1m[35mCREATE INDEX "ec_on_et_indx" ON "mks_edm_equipment_categories" ("equipment_type_id")[0m
|
33
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_components" CASCADE[0m
|
34
|
+
[1m[35m (9.7ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_components" ("id" bigserial primary key, "serial_no" character varying, "name" character varying NOT NULL, "equipment_item_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
35
|
+
[1m[35m (4.1ms)[0m [1m[35mCREATE INDEX "ei_on_ec_indx" ON "mks_edm_equipment_components" ("equipment_item_id")[0m
|
36
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_items" CASCADE[0m
|
37
|
+
[1m[35m (6.9ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_items" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "status" character varying DEFAULT 'READY', "serial_number" character varying, "brand" character varying, "item_model" character varying, "purchase_price" float NOT NULL, "purchase_date" date NOT NULL, "license_fee" float, "tax" float, "equipment_id" bigint, "current_location_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
38
|
+
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "equipment_on_el_indx" ON "mks_edm_equipment_items" ("current_location_id")[0m
|
39
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "equipment_on_ei_indx" ON "mks_edm_equipment_items" ("equipment_id")[0m
|
40
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_locations" CASCADE[0m
|
41
|
+
[1m[35m (6.7ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_locations" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "location_type_id" bigint, "description" character varying, "address" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
42
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "lt_on_el_indx" ON "mks_edm_equipment_locations" ("location_type_id")[0m
|
43
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_types" CASCADE[0m
|
44
|
+
[1m[35m (9.0ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_types" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
45
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipment_valuations" CASCADE[0m
|
46
|
+
[1m[35m (7.2ms)[0m [1m[35mCREATE TABLE "mks_edm_equipment_valuations" ("id" bigserial primary key, "equipment_item_id" bigint, "initial_cost" float NOT NULL, "residual_value" float NOT NULL, "work_hrs_per_yr" float NOT NULL, "life_year" float NOT NULL, "insurance_premium" float NOT NULL, "fuel_cost_per_hr" float, "oil_rate" float, "repair_rate" float, "rate_of_return" float, "dep_method" character varying, "is_current" boolean DEFAULT TRUE, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
47
|
+
[1m[35m (3.3ms)[0m [1m[35mCREATE INDEX "ev_on_ei_indx" ON "mks_edm_equipment_valuations" ("equipment_item_id")[0m
|
48
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_equipments" CASCADE[0m
|
49
|
+
[1m[35m (7.0ms)[0m [1m[35mCREATE TABLE "mks_edm_equipments" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "minimum_acquisition_time" float DEFAULT 0.0 NOT NULL, "equipment_category_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
50
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "equipment_on_ec_indx" ON "mks_edm_equipments" ("equipment_category_id")[0m
|
51
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_edm_location_types" CASCADE[0m
|
52
|
+
[1m[35m (8.3ms)[0m [1m[35mCREATE TABLE "mks_edm_location_types" ("id" bigserial primary key, "code" character varying, "name" character varying, "description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
53
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_cost_types" CASCADE[0m
|
54
|
+
[1m[35m (6.7ms)[0m [1m[35mCREATE TABLE "mks_maintenance_cost_types" ("id" bigserial primary key, "code" character varying, "name" character varying, "fields" json NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
55
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_job_cards" CASCADE[0m
|
56
|
+
[1m[35m (7.4ms)[0m [1m[35mCREATE TABLE "mks_maintenance_job_cards" ("id" bigserial primary key, "maintenance_service_order_id" bigint, "code" character varying, "start_date" date, "due_date" date, "service_provider_id" bigint, "checkout_date" date, "checkout_by_id" bigint, "checkout_to_id" bigint, "maintenance_status_id" bigint, "checkin_date" date, "checkin_by_id" bigint, "checkin_to_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "approved" boolean DEFAULT FALSE, "checkout_confirmed" boolean DEFAULT FALSE, "checkin_confirmed" boolean DEFAULT FALSE, "costs_approved" boolean DEFAULT FALSE, "prepared_by_id" integer)[0m
|
57
|
+
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "chb_on_jc_indx" ON "mks_maintenance_job_cards" ("checkin_by_id")[0m
|
58
|
+
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "cht_on_jc_indx" ON "mks_maintenance_job_cards" ("checkin_to_id")[0m
|
59
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "cb_on_jc_indx" ON "mks_maintenance_job_cards" ("checkout_by_id")[0m
|
60
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "ct_on_jc_indx" ON "mks_maintenance_job_cards" ("checkout_to_id")[0m
|
61
|
+
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "mso_on_jc_indx" ON "mks_maintenance_job_cards" ("maintenance_service_order_id")[0m
|
62
|
+
[1m[35m (5.6ms)[0m [1m[35mCREATE INDEX "ms_on_jc_indx" ON "mks_maintenance_job_cards" ("maintenance_status_id")[0m
|
63
|
+
[1m[35m (3.8ms)[0m [1m[35mCREATE INDEX "sp_on_jc_indx" ON "mks_maintenance_job_cards" ("service_provider_id")[0m
|
64
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_maintenance_categories" CASCADE[0m
|
65
|
+
[1m[35m (8.6ms)[0m [1m[35mCREATE TABLE "mks_maintenance_maintenance_categories" ("id" bigserial primary key, "code" character varying, "name" character varying, "description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
66
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_maintenance_costs" CASCADE[0m
|
67
|
+
[1m[35m (6.8ms)[0m [1m[35mCREATE TABLE "mks_maintenance_maintenance_costs" ("id" bigserial primary key, "job_card_id" bigint, "cost_type_id" bigint, "cost_detail" json NOT NULL, "remark" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
68
|
+
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "ct_on_mc_indx" ON "mks_maintenance_maintenance_costs" ("cost_type_id")[0m
|
69
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "jc_on_mc_indx" ON "mks_maintenance_maintenance_costs" ("job_card_id")[0m
|
70
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_maintenance_service_orders" CASCADE[0m
|
71
|
+
[1m[35m (10.7ms)[0m [1m[35mCREATE TABLE "mks_maintenance_maintenance_service_orders" ("id" bigserial primary key, "title" character varying NOT NULL, "description" character varying, "equipment_item_id" bigint, "maintenance_type_id" bigint, "start_date" date, "end_date" date, "prepared_by_id" bigint, "approved" boolean DEFAULT FALSE, "status" character varying DEFAULT 'draft', "approved_by_id" bigint, "remark" character varying, "current_reading" float NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
72
|
+
[1m[35m (3.9ms)[0m [1m[35mCREATE INDEX "ab_on_mso_indx" ON "mks_maintenance_maintenance_service_orders" ("approved_by_id")[0m
|
73
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "ei_on_mso_indx" ON "mks_maintenance_maintenance_service_orders" ("equipment_item_id")[0m
|
74
|
+
[1m[35m (3.4ms)[0m [1m[35mCREATE INDEX "mt_on_mso_indx" ON "mks_maintenance_maintenance_service_orders" ("maintenance_type_id")[0m
|
75
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "pb_on_mso_indx" ON "mks_maintenance_maintenance_service_orders" ("prepared_by_id")[0m
|
76
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_maintenance_statuses" CASCADE[0m
|
77
|
+
[1m[35m (6.7ms)[0m [1m[35mCREATE TABLE "mks_maintenance_maintenance_statuses" ("id" bigserial primary key, "code" character varying, "name" character varying, "description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
78
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_maintenance_types" CASCADE[0m
|
79
|
+
[1m[35m (7.5ms)[0m [1m[35mCREATE TABLE "mks_maintenance_maintenance_types" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "maintenance_category_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
80
|
+
[1m[35m (5.3ms)[0m [1m[35mCREATE INDEX "mt_on_mc_indx" ON "mks_maintenance_maintenance_types" ("maintenance_category_id")[0m
|
81
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_schedule_settings" CASCADE[0m
|
82
|
+
[1m[35m (4.4ms)[0m [1m[35mCREATE TABLE "mks_maintenance_schedule_settings" ("id" bigserial primary key, "equipment_id" bigint, "maintenance_type_id" bigint, "schedule_unit_id" bigint, "value" float NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
83
|
+
[1m[35m (4.2ms)[0m [1m[35mCREATE INDEX "equipment_on_ss_indx" ON "mks_maintenance_schedule_settings" ("equipment_id")[0m
|
84
|
+
[1m[35m (4.2ms)[0m [1m[35mCREATE INDEX "mt_on_ss_indx" ON "mks_maintenance_schedule_settings" ("maintenance_type_id")[0m
|
85
|
+
[1m[35m (3.2ms)[0m [1m[35mCREATE INDEX "su_on_ss_indx" ON "mks_maintenance_schedule_settings" ("schedule_unit_id")[0m
|
86
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_maintenance_schedule_units" CASCADE[0m
|
87
|
+
[1m[35m (6.9ms)[0m [1m[35mCREATE TABLE "mks_maintenance_schedule_units" ("id" bigserial primary key, "code" character varying, "name" character varying, "description" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
88
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_chargeable_service_discounts" CASCADE[0m
|
89
|
+
[1m[35m (6.7ms)[0m [1m[35mCREATE TABLE "mks_rate_chargeable_service_discounts" ("id" bigserial primary key, "unit_variable" character varying NOT NULL, "from" float NOT NULL, "to" float NOT NULL, "value" float NOT NULL, "chargeable_service_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
90
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_chargeable_services" CASCADE[0m
|
91
|
+
[1m[35m (8.4ms)[0m [1m[35mCREATE TABLE "mks_rate_chargeable_services" ("id" bigserial primary key, "code" character varying NOT NULL, "name" character varying NOT NULL, "service_type_id" integer, "base_unit_id" integer, "utilization_unit_id" integer, "service_delivery_unit_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
92
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "bu_on_cs_indx" ON "mks_rate_chargeable_services" ("base_unit_id")[0m
|
93
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "sdu_on_cs_indx" ON "mks_rate_chargeable_services" ("service_delivery_unit_id")[0m
|
94
|
+
[1m[35m (3.3ms)[0m [1m[35mCREATE INDEX "st_on_cs_indx" ON "mks_rate_chargeable_services" ("service_type_id")[0m
|
95
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "uu_on_cs_indx" ON "mks_rate_chargeable_services" ("utilization_unit_id")[0m
|
96
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_rate_change_requests" CASCADE[0m
|
97
|
+
[1m[35m (6.9ms)[0m [1m[35mCREATE TABLE "mks_rate_rate_change_requests" ("id" bigserial primary key, "reference_number" character varying, "authorized_by" character varying NOT NULL, "effective_on" date NOT NULL, "authorized_on" date NOT NULL, "rates" json NOT NULL, "status" character varying DEFAULT 'SUBMITTED' NOT NULL, "created_by_id" bigint, "approved_by_id" bigint, "remark" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
98
|
+
[1m[35m (4.2ms)[0m [1m[35mCREATE INDEX "ab_on_rcr_indx" ON "mks_rate_rate_change_requests" ("approved_by_id")[0m
|
99
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "cb_on_rcr_indx" ON "mks_rate_rate_change_requests" ("created_by_id")[0m
|
100
|
+
[1m[35m (3.4ms)[0m [1m[35mCREATE UNIQUE INDEX "index_mks_rate_rate_change_requests_on_reference_number" ON "mks_rate_rate_change_requests" ("reference_number")[0m
|
101
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_service_bundles" CASCADE[0m
|
102
|
+
[1m[35m (6.8ms)[0m [1m[35mCREATE TABLE "mks_rate_service_bundles" ("id" bigserial primary key, "code" character varying, "name" character varying NOT NULL, "description" character varying, "percent_discount" float DEFAULT 0.0 NOT NULL, "service_delivery_unit_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
103
|
+
[1m[35m (3.6ms)[0m [1m[35mCREATE INDEX "sdu_on_sb_indx" ON "mks_rate_service_bundles" ("service_delivery_unit_id")[0m
|
104
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_service_bundles_chargeable_services" CASCADE[0m
|
105
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "mks_rate_service_bundles_chargeable_services" ("service_bundle_id" bigint, "chargeable_service_id" bigint)[0m
|
106
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "sb_on_cs_indx" ON "mks_rate_service_bundles_chargeable_services" ("service_bundle_id", "chargeable_service_id")[0m
|
107
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_service_delivery_units" CASCADE[0m
|
108
|
+
[1m[35m (6.8ms)[0m [1m[35mCREATE TABLE "mks_rate_service_delivery_units" ("id" bigserial primary key, "code" character varying NOT NULL, "name" character varying NOT NULL, "address" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
109
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_service_rates" CASCADE[0m
|
110
|
+
[1m[35m (5.1ms)[0m [1m[35mCREATE TABLE "mks_rate_service_rates" ("id" bigserial primary key, "chargeable_service_id" bigint, "equipment_item_id" bigint, "base_rate" float DEFAULT 0.0, "utilization_rate" float DEFAULT 0.0, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
111
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "cs_on_sr_indx" ON "mks_rate_service_rates" ("chargeable_service_id")[0m
|
112
|
+
[1m[35m (3.5ms)[0m [1m[35mCREATE INDEX "cs_on_ei_indx" ON "mks_rate_service_rates" ("equipment_item_id")[0m
|
113
|
+
[1m[35m (0.6ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_service_types" CASCADE[0m
|
114
|
+
[1m[35m (15.3ms)[0m [1m[35mCREATE TABLE "mks_rate_service_types" ("id" bigserial primary key, "code" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
115
|
+
[1m[35m (0.8ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rate_unit_of_charges" CASCADE[0m
|
116
|
+
[1m[35m (6.7ms)[0m [1m[35mCREATE TABLE "mks_rate_unit_of_charges" ("id" bigserial primary key, "name" character varying NOT NULL, "unit_variables" json NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
117
|
+
[1m[35m (0.7ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rent_clients" CASCADE[0m
|
118
|
+
[1m[35m (6.4ms)[0m [1m[35mCREATE TABLE "mks_rent_clients" ("id" bigserial primary key, "name" character varying NOT NULL, "address" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
119
|
+
[1m[35m (0.9ms)[0m [1m[35mDROP TABLE IF EXISTS "mks_rent_offer_requests" CASCADE[0m
|
120
|
+
[1m[35m (7.4ms)[0m [1m[35mCREATE TABLE "mks_rent_offer_requests" ("id" bigserial primary key, "client_id" bigint, "description" character varying, "destination" character varying, "prepared_by_id" bigint, "status" character varying DEFAULT 'DRAFT' NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
121
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE INDEX "client_on_er_indx" ON "mks_rent_offer_requests" ("client_id")[0m
|
122
|
+
[1m[35m (5.3ms)[0m [1m[35mCREATE INDEX "equipment_on_rb_indx" ON "mks_rent_offer_requests" ("prepared_by_id")[0m
|
123
|
+
[1m[35m (3.8ms)[0m [1m[35mALTER TABLE "mks_auth_menus" ADD CONSTRAINT "fk_rails_e5dd25fcb5"
|
124
|
+
FOREIGN KEY ("application_module_id")
|
125
|
+
REFERENCES "mks_auth_application_modules" ("id")
|
126
|
+
[0m
|
127
|
+
[1m[35m (2.9ms)[0m [1m[35mALTER TABLE "mks_auth_menus" ADD CONSTRAINT "fk_rails_826b2757bc"
|
128
|
+
FOREIGN KEY ("parent_id")
|
129
|
+
REFERENCES "mks_auth_menus" ("id")
|
130
|
+
[0m
|
131
|
+
[1m[35m (3.0ms)[0m [1m[35mALTER TABLE "mks_auth_menus_user_roles" ADD CONSTRAINT "fk_rails_1807c05e36"
|
132
|
+
FOREIGN KEY ("menu_id")
|
133
|
+
REFERENCES "mks_auth_menus" ("id")
|
134
|
+
[0m
|
135
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_auth_menus_user_roles" ADD CONSTRAINT "fk_rails_c24fca59c0"
|
136
|
+
FOREIGN KEY ("user_role_id")
|
137
|
+
REFERENCES "mks_auth_user_roles" ("id")
|
138
|
+
[0m
|
139
|
+
[1m[35m (3.2ms)[0m [1m[35mALTER TABLE "mks_auth_user_roles" ADD CONSTRAINT "fk_rails_b0b293e4e2"
|
140
|
+
FOREIGN KEY ("application_module_id")
|
141
|
+
REFERENCES "mks_auth_application_modules" ("id")
|
142
|
+
[0m
|
143
|
+
[1m[35m (4.7ms)[0m [1m[35mALTER TABLE "mks_auth_users_application_modules" ADD CONSTRAINT "fk_rails_b100f8542c"
|
144
|
+
FOREIGN KEY ("application_module_id")
|
145
|
+
REFERENCES "mks_auth_application_modules" ("id")
|
146
|
+
[0m
|
147
|
+
[1m[35m (3.4ms)[0m [1m[35mALTER TABLE "mks_auth_users_application_modules" ADD CONSTRAINT "fk_rails_1010e0182a"
|
148
|
+
FOREIGN KEY ("user_id")
|
149
|
+
REFERENCES "mks_auth_users" ("id")
|
150
|
+
[0m
|
151
|
+
[1m[35m (3.3ms)[0m [1m[35mALTER TABLE "mks_auth_users_user_roles" ADD CONSTRAINT "fk_rails_3dae904cd8"
|
152
|
+
FOREIGN KEY ("user_role_id")
|
153
|
+
REFERENCES "mks_auth_user_roles" ("id")
|
154
|
+
[0m
|
155
|
+
[1m[35m (2.9ms)[0m [1m[35mALTER TABLE "mks_auth_users_user_roles" ADD CONSTRAINT "fk_rails_7cc19890aa"
|
156
|
+
FOREIGN KEY ("user_id")
|
157
|
+
REFERENCES "mks_auth_users" ("id")
|
158
|
+
[0m
|
159
|
+
[1m[35m (2.9ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_categories" ADD CONSTRAINT "fk_rails_37d48f9db9"
|
160
|
+
FOREIGN KEY ("equipment_type_id")
|
161
|
+
REFERENCES "mks_edm_equipment_types" ("id")
|
162
|
+
[0m
|
163
|
+
[1m[35m (3.8ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_components" ADD CONSTRAINT "fk_rails_df30d7c6f8"
|
164
|
+
FOREIGN KEY ("equipment_item_id")
|
165
|
+
REFERENCES "mks_edm_equipment_items" ("id")
|
166
|
+
[0m
|
167
|
+
[1m[35m (3.4ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_items" ADD CONSTRAINT "fk_rails_c0b56e395b"
|
168
|
+
FOREIGN KEY ("current_location_id")
|
169
|
+
REFERENCES "mks_edm_equipment_locations" ("id")
|
170
|
+
[0m
|
171
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_items" ADD CONSTRAINT "fk_rails_9c44a32cfe"
|
172
|
+
FOREIGN KEY ("equipment_id")
|
173
|
+
REFERENCES "mks_edm_equipments" ("id")
|
174
|
+
[0m
|
175
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_locations" ADD CONSTRAINT "fk_rails_4117320862"
|
176
|
+
FOREIGN KEY ("location_type_id")
|
177
|
+
REFERENCES "mks_edm_location_types" ("id")
|
178
|
+
[0m
|
179
|
+
[1m[35m (3.8ms)[0m [1m[35mALTER TABLE "mks_edm_equipment_valuations" ADD CONSTRAINT "fk_rails_b09a0ab3c3"
|
180
|
+
FOREIGN KEY ("equipment_item_id")
|
181
|
+
REFERENCES "mks_edm_equipment_items" ("id")
|
182
|
+
[0m
|
183
|
+
[1m[35m (4.4ms)[0m [1m[35mALTER TABLE "mks_edm_equipments" ADD CONSTRAINT "fk_rails_59110db010"
|
184
|
+
FOREIGN KEY ("equipment_category_id")
|
185
|
+
REFERENCES "mks_edm_equipment_categories" ("id")
|
186
|
+
[0m
|
187
|
+
[1m[35m (5.0ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_71608df4d7"
|
188
|
+
FOREIGN KEY ("checkin_by_id")
|
189
|
+
REFERENCES "mks_auth_users" ("id")
|
190
|
+
[0m
|
191
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_2d751894b3"
|
192
|
+
FOREIGN KEY ("checkout_by_id")
|
193
|
+
REFERENCES "mks_auth_users" ("id")
|
194
|
+
[0m
|
195
|
+
[1m[35m (2.9ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_b1bfab76fa"
|
196
|
+
FOREIGN KEY ("prepared_by_id")
|
197
|
+
REFERENCES "mks_auth_users" ("id")
|
198
|
+
[0m
|
199
|
+
[1m[35m (2.8ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_4b617666f2"
|
200
|
+
FOREIGN KEY ("checkin_to_id")
|
201
|
+
REFERENCES "mks_edm_equipment_locations" ("id")
|
202
|
+
[0m
|
203
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_da85f112f1"
|
204
|
+
FOREIGN KEY ("checkout_to_id")
|
205
|
+
REFERENCES "mks_edm_equipment_locations" ("id")
|
206
|
+
[0m
|
207
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_432c5d16fa"
|
208
|
+
FOREIGN KEY ("service_provider_id")
|
209
|
+
REFERENCES "mks_edm_equipment_locations" ("id")
|
210
|
+
[0m
|
211
|
+
[1m[35m (3.1ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_d5dda430d5"
|
212
|
+
FOREIGN KEY ("maintenance_service_order_id")
|
213
|
+
REFERENCES "mks_maintenance_maintenance_service_orders" ("id")
|
214
|
+
[0m
|
215
|
+
[1m[35m (2.8ms)[0m [1m[35mALTER TABLE "mks_maintenance_job_cards" ADD CONSTRAINT "fk_rails_14cf824cbc"
|
216
|
+
FOREIGN KEY ("maintenance_status_id")
|
217
|
+
REFERENCES "mks_maintenance_maintenance_statuses" ("id")
|
218
|
+
[0m
|
219
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_maintenance_maintenance_service_orders" ADD CONSTRAINT "fk_rails_e7f1fb2bae"
|
220
|
+
FOREIGN KEY ("approved_by_id")
|
221
|
+
REFERENCES "mks_auth_users" ("id")
|
222
|
+
[0m
|
223
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_maintenance_maintenance_service_orders" ADD CONSTRAINT "fk_rails_e104595312"
|
224
|
+
FOREIGN KEY ("prepared_by_id")
|
225
|
+
REFERENCES "mks_auth_users" ("id")
|
226
|
+
[0m
|
227
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_maintenance_maintenance_service_orders" ADD CONSTRAINT "fk_rails_3f3405378e"
|
228
|
+
FOREIGN KEY ("equipment_item_id")
|
229
|
+
REFERENCES "mks_edm_equipment_items" ("id")
|
230
|
+
[0m
|
231
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_maintenance_maintenance_service_orders" ADD CONSTRAINT "fk_rails_744b2022f5"
|
232
|
+
FOREIGN KEY ("maintenance_type_id")
|
233
|
+
REFERENCES "mks_maintenance_maintenance_types" ("id")
|
234
|
+
[0m
|
235
|
+
[1m[35m (2.5ms)[0m [1m[35mALTER TABLE "mks_maintenance_maintenance_types" ADD CONSTRAINT "fk_rails_40e7db53d5"
|
236
|
+
FOREIGN KEY ("maintenance_category_id")
|
237
|
+
REFERENCES "mks_maintenance_maintenance_categories" ("id")
|
238
|
+
[0m
|
239
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_maintenance_schedule_settings" ADD CONSTRAINT "fk_rails_6b4df17776"
|
240
|
+
FOREIGN KEY ("equipment_id")
|
241
|
+
REFERENCES "mks_edm_equipments" ("id")
|
242
|
+
[0m
|
243
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_maintenance_schedule_settings" ADD CONSTRAINT "fk_rails_eed98d8173"
|
244
|
+
FOREIGN KEY ("maintenance_type_id")
|
245
|
+
REFERENCES "mks_maintenance_maintenance_types" ("id")
|
246
|
+
[0m
|
247
|
+
[1m[35m (3.0ms)[0m [1m[35mALTER TABLE "mks_maintenance_schedule_settings" ADD CONSTRAINT "fk_rails_07f79b50c2"
|
248
|
+
FOREIGN KEY ("schedule_unit_id")
|
249
|
+
REFERENCES "mks_maintenance_schedule_units" ("id")
|
250
|
+
[0m
|
251
|
+
[1m[35m (3.0ms)[0m [1m[35mALTER TABLE "mks_rate_chargeable_service_discounts" ADD CONSTRAINT "fk_rails_688682e0b5"
|
252
|
+
FOREIGN KEY ("chargeable_service_id")
|
253
|
+
REFERENCES "mks_rate_chargeable_services" ("id")
|
254
|
+
[0m
|
255
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_rate_chargeable_services" ADD CONSTRAINT "fk_rails_4e0ff36276"
|
256
|
+
FOREIGN KEY ("service_delivery_unit_id")
|
257
|
+
REFERENCES "mks_rate_service_delivery_units" ("id")
|
258
|
+
[0m
|
259
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_rate_chargeable_services" ADD CONSTRAINT "fk_rails_c9195a9eb4"
|
260
|
+
FOREIGN KEY ("service_type_id")
|
261
|
+
REFERENCES "mks_rate_service_types" ("id")
|
262
|
+
[0m
|
263
|
+
[1m[35m (2.4ms)[0m [1m[35mALTER TABLE "mks_rate_chargeable_services" ADD CONSTRAINT "fk_rails_323d899c02"
|
264
|
+
FOREIGN KEY ("base_unit_id")
|
265
|
+
REFERENCES "mks_rate_unit_of_charges" ("id")
|
266
|
+
[0m
|
267
|
+
[1m[35m (2.3ms)[0m [1m[35mALTER TABLE "mks_rate_chargeable_services" ADD CONSTRAINT "fk_rails_a4bbde1129"
|
268
|
+
FOREIGN KEY ("utilization_unit_id")
|
269
|
+
REFERENCES "mks_rate_unit_of_charges" ("id")
|
270
|
+
[0m
|
271
|
+
[1m[35m (4.4ms)[0m [1m[35mALTER TABLE "mks_rate_rate_change_requests" ADD CONSTRAINT "fk_rails_1ec309ecbf"
|
272
|
+
FOREIGN KEY ("approved_by_id")
|
273
|
+
REFERENCES "mks_auth_users" ("id")
|
274
|
+
[0m
|
275
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_rate_rate_change_requests" ADD CONSTRAINT "fk_rails_c0525c8963"
|
276
|
+
FOREIGN KEY ("created_by_id")
|
277
|
+
REFERENCES "mks_auth_users" ("id")
|
278
|
+
[0m
|
279
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_rate_service_bundles" ADD CONSTRAINT "fk_rails_d6c823a60f"
|
280
|
+
FOREIGN KEY ("service_delivery_unit_id")
|
281
|
+
REFERENCES "mks_rate_service_delivery_units" ("id")
|
282
|
+
[0m
|
283
|
+
[1m[35m (2.4ms)[0m [1m[35mALTER TABLE "mks_rate_service_bundles_chargeable_services" ADD CONSTRAINT "fk_rails_520a0a95a5"
|
284
|
+
FOREIGN KEY ("chargeable_service_id")
|
285
|
+
REFERENCES "mks_rate_chargeable_services" ("id")
|
286
|
+
[0m
|
287
|
+
[1m[35m (2.3ms)[0m [1m[35mALTER TABLE "mks_rate_service_bundles_chargeable_services" ADD CONSTRAINT "fk_rails_cde2572db6"
|
288
|
+
FOREIGN KEY ("service_bundle_id")
|
289
|
+
REFERENCES "mks_rate_service_bundles" ("id")
|
290
|
+
[0m
|
291
|
+
[1m[35m (2.6ms)[0m [1m[35mALTER TABLE "mks_rate_service_rates" ADD CONSTRAINT "fk_rails_8f0c330d29"
|
292
|
+
FOREIGN KEY ("equipment_item_id")
|
293
|
+
REFERENCES "mks_edm_equipment_items" ("id")
|
294
|
+
[0m
|
295
|
+
[1m[35m (2.4ms)[0m [1m[35mALTER TABLE "mks_rate_service_rates" ADD CONSTRAINT "fk_rails_a39cc6503a"
|
296
|
+
FOREIGN KEY ("chargeable_service_id")
|
297
|
+
REFERENCES "mks_rate_chargeable_services" ("id")
|
298
|
+
[0m
|
299
|
+
[1m[35m (2.7ms)[0m [1m[35mALTER TABLE "mks_rent_offer_requests" ADD CONSTRAINT "fk_rails_eb6ab13de0"
|
300
|
+
FOREIGN KEY ("prepared_by_id")
|
301
|
+
REFERENCES "mks_auth_users" ("id")
|
302
|
+
[0m
|
303
|
+
[1m[35m (6.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)[0m
|
304
|
+
[1m[35m (1.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
305
|
+
[1m[35m (1.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20180401110018)[0m
|
306
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
307
|
+
(20171212165507),
|
308
|
+
(20171213152154),
|
309
|
+
(20171213152159),
|
310
|
+
(20171214152030),
|
311
|
+
(20171215092528),
|
312
|
+
(20171218113530),
|
313
|
+
(20171219134144),
|
314
|
+
(20171220133826),
|
315
|
+
(20171221110018);
|
316
|
+
|
317
|
+
[0m
|
318
|
+
[1m[35m (6.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
|
319
|
+
[1m[36mActiveRecord::InternalMetadata Load (1.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
320
|
+
[1m[35m (0.7ms)[0m [1m[35mBEGIN[0m
|
321
|
+
[1m[36mActiveRecord::InternalMetadata Create (1.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "development"], ["created_at", "2018-09-05 13:42:45.969183"], ["updated_at", "2018-09-05 13:42:45.969183"]]
|
322
|
+
[1m[35m (1.4ms)[0m [1m[35mCOMMIT[0m
|
323
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", "environment"], ["LIMIT", 1]]
|
324
|
+
[1m[35m (0.7ms)[0m [1m[35mBEGIN[0m
|
325
|
+
[1m[36mActiveRecord::InternalMetadata Update (0.9ms)[0m [1m[33mUPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3[0m [["value", "test"], ["updated_at", "2018-09-05 13:42:45.978374"], ["key", "environment"]]
|
326
|
+
[1m[35m (1.4ms)[0m [1m[35mCOMMIT[0m
|