erp_forms 2.0.5 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/dynamic_form.rb +1 -1
- data/lib/erp_forms/engine.rb +3 -4
- data/lib/erp_forms/version.rb +1 -1
- metadata +10 -31
- data/spec/dummy/db/schema.rb +0 -858
- data/spec/dummy/db/spec.sqlite3 +0 -0
- data/spec/dummy/log/spec.log +0 -629
data/spec/dummy/log/spec.log
DELETED
@@ -1,629 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
Connecting to database specified by database.yml
|
3
|
-
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
4
|
-
[1m[35m (2.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
5
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
6
|
-
[1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
7
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
8
|
-
Migrating to BaseTechServices (20080805000010)
|
9
|
-
[1m[35m (0.0ms)[0m begin transaction
|
10
|
-
[1m[36m (0.7ms)[0m [1mCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "party_id" integer, "type" varchar(255), "salt" varchar(255), "crypted_password" varchar(255), "last_login_at" datetime, "last_logout_at" datetime, "last_activity_at" datetime, "failed_logins_count" integer DEFAULT 0, "lock_expires_at" datetime, "remember_me_token" varchar(255), "remember_me_token_expires_at" datetime, "reset_password_token" varchar(255), "reset_password_token_expires_at" datetime, "reset_password_email_sent_at" datetime, "activation_state" varchar(255), "activation_token" varchar(255), "activation_token_expires_at" datetime, "security_question_1" varchar(255), "security_answer_1" varchar(255), "security_question_2" varchar(255), "security_answer_2" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
11
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
12
|
-
[1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")[0m
|
13
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
14
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_email')[0m
|
15
|
-
[1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "index_users_on_username" ON "users" ("username")
|
16
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
|
17
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_username')
|
18
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_email')[0m
|
19
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "activity_idx" ON "users" ("last_logout_at", "last_activity_at")
|
20
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("users")[0m
|
21
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('activity_idx')
|
22
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_username')[0m
|
23
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_email')
|
24
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_users_on_remember_me_token" ON "users" ("remember_me_token")[0m
|
25
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
26
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_remember_me_token')[0m
|
27
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('activity_idx')
|
28
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_username')[0m
|
29
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_email')
|
30
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")[0m
|
31
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("users")
|
32
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_reset_password_token')[0m
|
33
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_remember_me_token')
|
34
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('activity_idx')[0m
|
35
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_username')
|
36
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_email')[0m
|
37
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "index_users_on_activation_token" ON "users" ("activation_token")
|
38
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
39
|
-
[1m[35m (0.1ms)[0m CREATE TABLE "sessions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "session_id" varchar(255) NOT NULL, "data" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
40
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("sessions")[0m
|
41
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "index_sessions_on_session_id" ON "sessions" ("session_id")
|
42
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("sessions")[0m
|
43
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_sessions_on_session_id')
|
44
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_sessions_on_updated_at" ON "sessions" ("updated_at")[0m
|
45
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "audit_logs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "application" varchar(255), "description" varchar(255), "party_id" integer, "additional_info" text, "audit_log_type_id" integer, "event_record_id" integer, "event_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
46
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("audit_logs")[0m
|
47
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "index_audit_logs_on_party_id" ON "audit_logs" ("party_id")
|
48
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("audit_logs")[0m
|
49
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_audit_logs_on_party_id')
|
50
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "event_record_index" ON "audit_logs" ("event_record_id", "event_record_type")[0m
|
51
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "audit_log_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "error_code" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
52
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "audit_log_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "audit_log_id" integer, "audit_log_item_type_id" integer, "audit_log_item_value" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
53
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "audit_log_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "description" varchar(255), "comments" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
54
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "secured_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "secured_record_id" integer, "secured_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
55
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("secured_models")
|
56
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "secured_record_idx" ON "secured_models" ("secured_record_id", "secured_record_type")[0m
|
57
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "roles_secured_models" ("secured_model_id" integer, "role_id" integer)
|
58
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("roles_secured_models")[0m
|
59
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_roles_secured_models_on_secured_model_id" ON "roles_secured_models" ("secured_model_id")
|
60
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("roles_secured_models")[0m
|
61
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_roles_secured_models_on_secured_model_id')
|
62
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_roles_secured_models_on_role_id" ON "roles_secured_models" ("role_id")[0m
|
63
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "file_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_asset_holder_id" integer, "file_asset_holder_type" varchar(255), "type" varchar(255), "name" varchar(255), "directory" varchar(255), "data_file_name" varchar(255), "data_content_type" varchar(255), "data_file_size" integer, "data_updated_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
64
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("file_assets")[0m
|
65
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "index_file_assets_on_type" ON "file_assets" ("type")
|
66
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("file_assets")[0m
|
67
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_file_assets_on_type')
|
68
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "file_asset_holder_idx" ON "file_assets" ("file_asset_holder_id", "file_asset_holder_type")[0m
|
69
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("file_assets")
|
70
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('file_asset_holder_idx')[0m
|
71
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_file_assets_on_type')
|
72
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_file_assets_on_name" ON "file_assets" ("name")[0m
|
73
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("file_assets")
|
74
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_file_assets_on_name')[0m
|
75
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('file_asset_holder_idx')
|
76
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_file_assets_on_type')[0m
|
77
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_file_assets_on_directory" ON "file_assets" ("directory")
|
78
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
79
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("delayed_jobs")
|
80
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")[0m
|
81
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "capable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "capable_model_record_id" integer, "capable_model_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
82
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("capable_models")[0m
|
83
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "capable_model_record_idx" ON "capable_models" ("capable_model_record_id", "capable_model_record_type")
|
84
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "capability_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
85
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "capabilities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource" varchar(255), "capability_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
86
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("capabilities")[0m
|
87
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_capabilities_on_capability_type_id" ON "capabilities" ("capability_type_id")
|
88
|
-
[1m[36m (0.1ms)[0m [1mCREATE TABLE "capabilities_capable_models" ("capable_model_id" integer, "capability_id" integer) [0m
|
89
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("capabilities_capable_models")
|
90
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_capabilities_capable_models_on_capable_model_id" ON "capabilities_capable_models" ("capable_model_id")[0m
|
91
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("capabilities_capable_models")
|
92
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')[0m
|
93
|
-
[1m[35m (0.1ms)[0m CREATE INDEX "index_capabilities_capable_models_on_capability_id" ON "capabilities_capable_models" ("capability_id")
|
94
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20080805000010')[0m
|
95
|
-
[1m[35m (2.7ms)[0m commit transaction
|
96
|
-
Migrating to BaseErpServices (20080805000020)
|
97
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
98
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "compass_ae_instances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "version" decimal, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
99
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "parties" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "business_party_id" integer, "business_party_type" varchar(255), "list_view_image_id" integer, "enterprise_identifier" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
100
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("parties")
|
101
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "besi_1" ON "parties" ("business_party_id", "business_party_type")[0m
|
102
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "party_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "party_id" integer, "role_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
103
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("party_roles")[0m
|
104
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_party_roles_on_party_id" ON "party_roles" ("party_id")
|
105
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("party_roles")[0m
|
106
|
-
[1m[35m (0.1ms)[0m PRAGMA index_info('index_party_roles_on_party_id')
|
107
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_party_roles_on_role_type_id" ON "party_roles" ("role_type_id")[0m
|
108
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "role_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
109
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "valid_from_role_type_id" integer, "valid_to_role_type_id" integer, "name" varchar(255), "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
110
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("relationship_types")
|
111
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_relationship_types_on_valid_from_role_type_id" ON "relationship_types" ("valid_from_role_type_id")[0m
|
112
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("relationship_types")
|
113
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')[0m
|
114
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_relationship_types_on_valid_to_role_type_id" ON "relationship_types" ("valid_to_role_type_id")
|
115
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "party_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "party_id_from" integer, "party_id_to" integer, "role_type_id_from" integer, "role_type_id_to" integer, "status_type_id" integer, "priority_type_id" integer, "relationship_type_id" integer, "from_date" date, "thru_date" date, "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
116
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("party_relationships")
|
117
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_party_relationships_on_status_type_id" ON "party_relationships" ("status_type_id")[0m
|
118
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("party_relationships")
|
119
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_party_relationships_on_status_type_id')[0m
|
120
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_party_relationships_on_priority_type_id" ON "party_relationships" ("priority_type_id")
|
121
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("party_relationships")[0m
|
122
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_party_relationships_on_priority_type_id')
|
123
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_party_relationships_on_status_type_id')[0m
|
124
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_party_relationships_on_relationship_type_id" ON "party_relationships" ("relationship_type_id")
|
125
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "organizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "tax_id_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
126
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "individuals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "current_last_name" varchar(255), "current_first_name" varchar(255), "current_middle_name" varchar(255), "current_personal_title" varchar(255), "current_suffix" varchar(255), "current_nickname" varchar(255), "gender" varchar(1), "birth_date" date, "height" decimal(5,2), "weight" integer, "mothers_maiden_name" varchar(255), "marital_status" varchar(1), "social_security_number" varchar(255), "current_passport_number" integer, "current_passport_expire_date" date, "total_years_work_experience" integer, "comments" varchar(255), "encrypted_ssn" varchar(255), "temp_ssn" varchar(255), "salt" varchar(255), "ssn_last_four" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
127
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("individuals")[0m
|
128
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_individuals_on_party_id" ON "individuals" ("party_id")
|
129
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "contacts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "contact_mechanism_id" integer, "contact_mechanism_type" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
130
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("contacts")
|
131
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_contacts_on_party_id" ON "contacts" ("party_id")[0m
|
132
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("contacts")
|
133
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_contacts_on_party_id')[0m
|
134
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "besi_2" ON "contacts" ("contact_mechanism_id", "contact_mechanism_type")
|
135
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "contact_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
136
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("contact_types")
|
137
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_contact_types_on_parent_id" ON "contact_types" ("parent_id")[0m
|
138
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "contact_purposes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "comments" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "external_id_source" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
139
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("contact_purposes")[0m
|
140
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_contact_purposes_on_parent_id" ON "contact_purposes" ("parent_id")
|
141
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "contact_purposes_contacts" ("contact_id" integer, "contact_purpose_id" integer) [0m
|
142
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("contact_purposes_contacts")
|
143
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "contact_purposes_contacts_index" ON "contact_purposes_contacts" ("contact_id", "contact_purpose_id")[0m
|
144
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "postal_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "address_line_1" varchar(255), "address_line_2" varchar(255), "city" varchar(255), "state" varchar(255), "zip" varchar(255), "country" varchar(255), "description" varchar(255), "geo_country_id" integer, "geo_zone_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
145
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("postal_addresses")[0m
|
146
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_postal_addresses_on_geo_country_id" ON "postal_addresses" ("geo_country_id")
|
147
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("postal_addresses")[0m
|
148
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_postal_addresses_on_geo_country_id')
|
149
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_postal_addresses_on_geo_zone_id" ON "postal_addresses" ("geo_zone_id")[0m
|
150
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "email_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email_address" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
151
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "phone_numbers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phone_number" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
152
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "party_search_facts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "party_id" integer, "eid" varchar(255), "type" varchar(255), "roles" text, "party_description" varchar(255), "party_business_party_type" varchar(255), "user_login" varchar(255), "individual_current_last_name" varchar(255), "individual_current_first_name" varchar(255), "individual_current_middle_name" varchar(255), "individual_birth_date" varchar(255), "individual_ssn" varchar(255), "party_phone_number" varchar(255), "party_email_address" varchar(255), "party_address_1" varchar(255), "party_address_2" varchar(255), "party_primary_address_city" varchar(255), "party_primary_address_state" varchar(255), "party_primary_address_zip" varchar(255), "party_primary_address_country" varchar(255), "user_enabled" boolean, "user_type" varchar(255), "reindex" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
153
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "money" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "amount" float, "currency_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
154
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("money")
|
155
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_money_on_currency_id" ON "money" ("currency_id")[0m
|
156
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "currencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "definition" varchar(255), "internal_identifier" varchar(255), "numeric_code" varchar(255), "major_unit_symbol" varchar(255), "minor_unit_symbol" varchar(255), "ratio_of_minor_unit_to_major_unit" varchar(255), "postfix_label" varchar(255), "introduction_date" datetime, "expiration_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
157
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("currencies")[0m
|
158
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_currencies_on_internal_identifier" ON "currencies" ("internal_identifier")
|
159
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "external_identifier" varchar(255), "from_date" datetime, "to_date" datetime, "internal_identifier" varchar(255), "category_record_id" integer, "category_record_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
160
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("categories")
|
161
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "category_polymorphic" ON "categories" ("category_record_id", "category_record_type")[0m
|
162
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "category_classifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "classification_type" varchar(255), "classification_id" integer, "from_date" datetime, "to_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
163
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("category_classifications")[0m
|
164
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "classification_polymorphic" ON "category_classifications" ("classification_id", "classification_type")
|
165
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "descriptive_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "view_type_id" integer, "internal_identifier" varchar(255), "description" text, "external_identifier" varchar(255), "external_id_source" varchar(255), "described_record_id" integer, "described_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
166
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("descriptive_assets")
|
167
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_descriptive_assets_on_view_type_id" ON "descriptive_assets" ("view_type_id")[0m
|
168
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("descriptive_assets")
|
169
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_descriptive_assets_on_view_type_id')[0m
|
170
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "described_record_idx" ON "descriptive_assets" ("described_record_id", "described_record_type")
|
171
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "view_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
172
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "geo_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "iso_code_2" varchar(255), "iso_code_3" varchar(255), "display" boolean DEFAULT 't', "external_id" integer, "created_at" datetime)
|
173
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("geo_countries")[0m
|
174
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_geo_countries_on_name" ON "geo_countries" ("name")
|
175
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("geo_countries")[0m
|
176
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_countries_on_name')
|
177
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_geo_countries_on_iso_code_2" ON "geo_countries" ("iso_code_2")[0m
|
178
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "geo_zones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "geo_country_id" integer, "zone_code" varchar(255) DEFAULT 2, "zone_name" varchar(255), "created_at" datetime)
|
179
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("geo_zones")[0m
|
180
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_geo_zones_on_geo_country_id" ON "geo_zones" ("geo_country_id")
|
181
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("geo_zones")[0m
|
182
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_zones_on_geo_country_id')
|
183
|
-
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_geo_zones_on_zone_name" ON "geo_zones" ("zone_name")[0m
|
184
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("geo_zones")
|
185
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_geo_zones_on_zone_name')[0m
|
186
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_zones_on_geo_country_id')
|
187
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_geo_zones_on_zone_code" ON "geo_zones" ("zone_code")[0m
|
188
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_by_id" integer, "content" text, "noted_record_id" integer, "noted_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
189
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("notes")[0m
|
190
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_notes_on_noted_record_id_and_noted_record_type" ON "notes" ("noted_record_id", "noted_record_type")
|
191
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("notes")[0m
|
192
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')
|
193
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_notes_on_note_type_id" ON "notes" ("note_type_id")[0m
|
194
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("notes")
|
195
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_notes_on_note_type_id')[0m
|
196
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')
|
197
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_notes_on_created_by_id" ON "notes" ("created_by_id")[0m
|
198
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "external_identifier" varchar(255), "note_type_record_id" integer, "note_type_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
199
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("note_types")[0m
|
200
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "note_type_record_idx" ON "note_types" ("note_type_record_id", "note_type_record_type")
|
201
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "valid_note_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "valid_note_type_record_id" integer, "valid_note_type_record_type" varchar(255), "note_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
202
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("valid_note_types")
|
203
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "valid_note_type_record_idx" ON "valid_note_types" ("valid_note_type_record_id", "valid_note_type_record_type")[0m
|
204
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("valid_note_types")
|
205
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('valid_note_type_record_idx')[0m
|
206
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_valid_note_types_on_note_type_id" ON "valid_note_types" ("note_type_id")
|
207
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20080805000020')[0m
|
208
|
-
[1m[35m (4.3ms)[0m commit transaction
|
209
|
-
Migrating to BaseAppFramework (20080805000096)
|
210
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
211
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "preference_option_id" integer, "preference_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
212
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
213
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_preferences_on_preference_option_id" ON "preferences" ("preference_option_id")
|
214
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preferences")[0m
|
215
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_preferences_on_preference_option_id')
|
216
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_preferences_on_preference_type_id" ON "preferences" ("preference_type_id")[0m
|
217
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "preference_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "default_pref_option_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
218
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preference_types")[0m
|
219
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_preference_types_on_default_pref_option_id" ON "preference_types" ("default_pref_option_id")
|
220
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "preference_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
221
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "preference_options_preference_types" ("preference_type_id" integer, "preference_option_id" integer)
|
222
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preference_options_preference_types")[0m
|
223
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "pref_opt_pref_type_pref_type_id_idx" ON "preference_options_preference_types" ("preference_type_id")
|
224
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preference_options_preference_types")[0m
|
225
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('pref_opt_pref_type_pref_type_id_idx')
|
226
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "pref_opt_pref_type_pref_opt_id_idx" ON "preference_options_preference_types" ("preference_option_id")[0m
|
227
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "valid_preference_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "preference_type_id" integer, "preferenced_record_id" integer, "preferenced_record_type" varchar(255))
|
228
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "user_preferences" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "preference_id" integer, "preferenced_record_id" integer, "preferenced_record_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
229
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("user_preferences")
|
230
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_user_preferences_on_user_id" ON "user_preferences" ("user_id")[0m
|
231
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("user_preferences")
|
232
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_user_preferences_on_user_id')[0m
|
233
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_user_preferences_on_preference_id" ON "user_preferences" ("preference_id")
|
234
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("user_preferences")[0m
|
235
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_user_preferences_on_preference_id')
|
236
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_user_preferences_on_user_id')[0m
|
237
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_user_preferences_on_preferenced_record_id" ON "user_preferences" ("preferenced_record_id")
|
238
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("user_preferences")[0m
|
239
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_user_preferences_on_preferenced_record_id')
|
240
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_user_preferences_on_preference_id')[0m
|
241
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_user_preferences_on_user_id')
|
242
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_user_preferences_on_preferenced_record_type" ON "user_preferences" ("preferenced_record_type")[0m
|
243
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "app_containers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "description" varchar(255), "internal_identifier" varchar(255), "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
244
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("app_containers")[0m
|
245
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_app_containers_on_user_id" ON "app_containers" ("user_id")
|
246
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("app_containers")[0m
|
247
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_app_containers_on_user_id')
|
248
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_app_containers_on_type" ON "app_containers" ("type")[0m
|
249
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "applications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "icon" varchar(255), "internal_identifier" varchar(255), "javascript_class_name" varchar(255), "shortcut_id" varchar(255), "base_url" varchar(255), "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
250
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "app_containers_applications" ("app_container_id" integer, "application_id" integer) [0m
|
251
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("app_containers_applications")
|
252
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_app_containers_applications_on_application_id" ON "app_containers_applications" ("application_id")[0m
|
253
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("app_containers_applications")
|
254
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_app_containers_applications_on_application_id')[0m
|
255
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_app_containers_applications_on_app_container_id" ON "app_containers_applications" ("app_container_id")
|
256
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "widgets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "icon" varchar(255), "xtype" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
257
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "applications_widgets" ("application_id" integer, "widget_id" integer)
|
258
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("applications_widgets")[0m
|
259
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_applications_widgets_on_application_id" ON "applications_widgets" ("application_id")
|
260
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("applications_widgets")[0m
|
261
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_applications_widgets_on_application_id')
|
262
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_applications_widgets_on_widget_id" ON "applications_widgets" ("widget_id")[0m
|
263
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "tree_menu_node_defs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "node_type" varchar(255), "parent_id" integer, "lft" integer, "rgt" integer, "menu_short_name" varchar(255), "menu_description" varchar(255), "text" varchar(255), "icon_url" varchar(255), "target_url" varchar(255), "resource_class" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
264
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("tree_menu_node_defs")[0m
|
265
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_tree_menu_node_defs_on_parent_id" ON "tree_menu_node_defs" ("parent_id")
|
266
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "configurations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "active" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
267
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "valid_configurations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "configured_item_id" integer, "configured_item_type" varchar(255), "configuration_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
268
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("valid_configurations")[0m
|
269
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "configured_item_poly_idx" ON "valid_configurations" ("configured_item_id", "configured_item_type")
|
270
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("valid_configurations")[0m
|
271
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('configured_item_poly_idx')
|
272
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_valid_configurations_on_configuration_id" ON "valid_configurations" ("configuration_id")[0m
|
273
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "configuration_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "configuration_id" integer, "configuration_item_type_id" integer, "configuration_option_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
274
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_items")[0m
|
275
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_configuration_items_on_configuration_id" ON "configuration_items" ("configuration_id")
|
276
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_items")[0m
|
277
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_items_on_configuration_id')
|
278
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_configuration_items_on_configuration_item_type_id" ON "configuration_items" ("configuration_item_type_id")[0m
|
279
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_items")
|
280
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_items_on_configuration_item_type_id')[0m
|
281
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_items_on_configuration_id')
|
282
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_configuration_items_on_configuration_option_id" ON "configuration_items" ("configuration_option_id")[0m
|
283
|
-
[1m[35m (0.2ms)[0m CREATE TABLE "configuration_item_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "lft" integer, "rgt" integer, "description" varchar(255), "internal_identifier" varchar(255), "allow_user_defined_options" boolean DEFAULT 'f', "is_multi_optional" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
284
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "configuration_item_types_configurations" ("configuration_item_type_id" integer, "configuration_id" integer) [0m
|
285
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_item_types_configurations")
|
286
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "conf_conf_type_id_item_idx" ON "configuration_item_types_configurations" ("configuration_item_type_id")[0m
|
287
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_item_types_configurations")
|
288
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_conf_type_id_item_idx')[0m
|
289
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "conf_id_idx" ON "configuration_item_types_configurations" ("configuration_id")
|
290
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_item_types_configurations")[0m
|
291
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('conf_id_idx')
|
292
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_conf_type_id_item_idx')[0m
|
293
|
-
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "conf_config_type_uniq_idx" ON "configuration_item_types_configurations" ("configuration_item_type_id", "configuration_id")
|
294
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "configuration_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "internal_identifier" varchar(255), "value" varchar(255), "comment" text, "user_defined" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
295
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_options")
|
296
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_configuration_options_on_value" ON "configuration_options" ("value")[0m
|
297
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_options")
|
298
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_options_on_value')[0m
|
299
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_configuration_options_on_internal_identifier" ON "configuration_options" ("internal_identifier")
|
300
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_options")[0m
|
301
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_options_on_internal_identifier')
|
302
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_options_on_value')[0m
|
303
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_configuration_options_on_user_defined" ON "configuration_options" ("user_defined")
|
304
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "configuration_item_types_configuration_options" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "configuration_item_type_id" integer, "configuration_option_id" integer, "is_default" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
305
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_item_types_configuration_options")
|
306
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "conf_item_type_conf_opt_id_item_idx" ON "configuration_item_types_configuration_options" ("configuration_item_type_id")[0m
|
307
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_item_types_configuration_options")
|
308
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_item_type_conf_opt_id_item_idx')[0m
|
309
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "conf_item_type_conf_opt_id_opt_idx" ON "configuration_item_types_configuration_options" ("configuration_option_id")
|
310
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "configuration_items_configuration_options" ("configuration_item_id" integer, "configuration_option_id" integer) [0m
|
311
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_items_configuration_options")
|
312
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "conf_item_conf_opt_id_item_idx" ON "configuration_items_configuration_options" ("configuration_item_id")[0m
|
313
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_items_configuration_options")
|
314
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_item_conf_opt_id_item_idx')[0m
|
315
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "conf_item_conf_opt_id_opt_idx" ON "configuration_items_configuration_options" ("configuration_option_id")
|
316
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20080805000096')[0m
|
317
|
-
[1m[35m (3.8ms)[0m commit transaction
|
318
|
-
Migrating to DynamicForms (20110530193446)
|
319
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
320
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "dynamic_form_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model_name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
321
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "dynamic_form_documents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dynamic_form_model_id" integer, "type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
322
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_form_documents")
|
323
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_form_documents_on_dynamic_form_model_id" ON "dynamic_form_documents" ("dynamic_form_model_id")[0m
|
324
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_form_documents")
|
325
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_form_documents_on_dynamic_form_model_id')[0m
|
326
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_form_documents_on_type" ON "dynamic_form_documents" ("type")
|
327
|
-
[1m[36m (0.3ms)[0m [1mCREATE TABLE "dynamic_forms" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "definition" text, "dynamic_form_model_id" integer, "model_name" varchar(255), "internal_identifier" varchar(255), "default" boolean, "created_by_id" integer, "updated_by_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
328
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_forms")
|
329
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_forms_on_created_by_id" ON "dynamic_forms" ("created_by_id")[0m
|
330
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_forms")
|
331
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_created_by_id')[0m
|
332
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_forms_on_updated_by_id" ON "dynamic_forms" ("updated_by_id")
|
333
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("dynamic_forms")[0m
|
334
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_updated_by_id')
|
335
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_created_by_id')[0m
|
336
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_forms_on_dynamic_form_model_id" ON "dynamic_forms" ("dynamic_form_model_id")
|
337
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_forms")[0m
|
338
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_dynamic_form_model_id')
|
339
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_updated_by_id')[0m
|
340
|
-
[1m[35m (0.1ms)[0m PRAGMA index_info('index_dynamic_forms_on_created_by_id')
|
341
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_forms_on_model_name" ON "dynamic_forms" ("model_name")[0m
|
342
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("dynamic_forms")
|
343
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_model_name')[0m
|
344
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_dynamic_form_model_id')
|
345
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_updated_by_id')[0m
|
346
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_created_by_id')
|
347
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_forms_on_internal_identifier" ON "dynamic_forms" ("internal_identifier")[0m
|
348
|
-
[1m[35m (0.3ms)[0m CREATE TABLE "dynamic_data" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "reference_type" varchar(255), "reference_id" integer, "dynamic_attributes" text, "created_with_form_id" integer, "updated_with_form_id" integer, "created_by_id" integer, "updated_by_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
349
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_data")[0m
|
350
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_data_on_created_with_form_id" ON "dynamic_data" ("created_with_form_id")
|
351
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_data")[0m
|
352
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_created_with_form_id')
|
353
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_data_on_updated_with_form_id" ON "dynamic_data" ("updated_with_form_id")[0m
|
354
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_data")
|
355
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_updated_with_form_id')[0m
|
356
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_created_with_form_id')
|
357
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_data_on_created_by_id" ON "dynamic_data" ("created_by_id")[0m
|
358
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("dynamic_data")
|
359
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_by_id')[0m
|
360
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_updated_with_form_id')
|
361
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_with_form_id')[0m
|
362
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_data_on_updated_by_id" ON "dynamic_data" ("updated_by_id")
|
363
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_data")[0m
|
364
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_updated_by_id')
|
365
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_by_id')[0m
|
366
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_updated_with_form_id')
|
367
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_with_form_id')[0m
|
368
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "index_dynamic_data_on_reference_type" ON "dynamic_data" ("reference_type")
|
369
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_data")[0m
|
370
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_reference_type')
|
371
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_updated_by_id')[0m
|
372
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_created_by_id')
|
373
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_updated_with_form_id')[0m
|
374
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_created_with_form_id')
|
375
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_dynamic_data_on_reference_id" ON "dynamic_data" ("reference_id")[0m
|
376
|
-
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110530193446')
|
377
|
-
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
|
378
|
-
Migrating to CreateCompassAeInstance (20110913145329)
|
379
|
-
[1m[35m (0.1ms)[0m begin transaction
|
380
|
-
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20110913145329')[0m
|
381
|
-
[1m[35m (1.4ms)[0m commit transaction
|
382
|
-
Migrating to CreateHasAttributeTables (20111117183144)
|
383
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
384
|
-
[1m[35m (0.5ms)[0m CREATE TABLE "attribute_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "internal_identifier" varchar(255), "description" varchar(255), "data_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
385
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("attribute_types")[0m
|
386
|
-
[1m[35m (0.2ms)[0m CREATE INDEX ":attribute_types_iid_idx" ON "attribute_types" ("internal_identifier")
|
387
|
-
[1m[36m (0.2ms)[0m [1mCREATE TABLE "attribute_values" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attributed_record_id" integer, "attributed_record_type" varchar(255), "attribute_type_id" integer, "value" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
388
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("attribute_values")
|
389
|
-
[1m[36m (0.2ms)[0m [1mCREATE INDEX "attribute_values_attributed_record_idx" ON "attribute_values" ("attributed_record_id", "attributed_record_type")[0m
|
390
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("attribute_values")
|
391
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('attribute_values_attributed_record_idx')[0m
|
392
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "attribute_values_attributed_type_idx" ON "attribute_values" ("attribute_type_id")
|
393
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("attribute_values")[0m
|
394
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('attribute_values_attributed_type_idx')
|
395
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('attribute_values_attributed_record_idx')[0m
|
396
|
-
[1m[35m (0.2ms)[0m CREATE INDEX "attribute_values_value_idx" ON "attribute_values" ("value")
|
397
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20111117183144')[0m
|
398
|
-
[1m[35m (2.9ms)[0m commit transaction
|
399
|
-
Migrating to AddIsTemplateToConfigurations (20120316152543)
|
400
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
401
|
-
[1m[35m (0.8ms)[0m ALTER TABLE "configurations" ADD "is_template" boolean DEFAULT 'f'
|
402
|
-
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120316152543')[0m
|
403
|
-
[1m[35m (2.2ms)[0m commit transaction
|
404
|
-
Migrating to UpdateAppContainer (20120320182253)
|
405
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
406
|
-
[1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120320182253')
|
407
|
-
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
408
|
-
Migrating to RemoveFileSystemLoaderColumn (20120325123722)
|
409
|
-
[1m[35m (0.1ms)[0m begin transaction
|
410
|
-
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120325123722')[0m
|
411
|
-
[1m[35m (1.7ms)[0m commit transaction
|
412
|
-
Migrating to AddBaseUrlToApplication (20120411151848)
|
413
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
414
|
-
[1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120411151848')
|
415
|
-
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
416
|
-
Migrating to AddUserDefinedToConfigOption (20120427000446)
|
417
|
-
[1m[35m (0.1ms)[0m begin transaction
|
418
|
-
[1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120427000446')[0m
|
419
|
-
[1m[35m (1.7ms)[0m commit transaction
|
420
|
-
Migrating to UpdateConfigurationJoinTables (20120429130430)
|
421
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
422
|
-
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120429130430')
|
423
|
-
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
424
|
-
[1m[35m (3.3ms)[0m select sqlite_version(*)
|
425
|
-
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
426
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("app_containers")
|
427
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_app_containers_on_type')[0m
|
428
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_app_containers_on_user_id')
|
429
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("app_containers_applications")[0m
|
430
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_app_containers_applications_on_app_container_id')
|
431
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_app_containers_applications_on_application_id')[0m
|
432
|
-
[1m[35m (0.1ms)[0m PRAGMA index_list("applications")
|
433
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("applications_widgets")[0m
|
434
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_applications_widgets_on_widget_id')
|
435
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_applications_widgets_on_application_id')[0m
|
436
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("attribute_types")
|
437
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info(':attribute_types_iid_idx')[0m
|
438
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("attribute_values")
|
439
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('attribute_values_value_idx')[0m
|
440
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('attribute_values_attributed_type_idx')
|
441
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('attribute_values_attributed_record_idx')[0m
|
442
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("audit_log_item_types")
|
443
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("audit_log_items")[0m
|
444
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("audit_log_types")
|
445
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("audit_logs")[0m
|
446
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('event_record_index')
|
447
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_audit_logs_on_party_id')[0m
|
448
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("capabilities")
|
449
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_capabilities_on_capability_type_id')[0m
|
450
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("capabilities_capable_models")
|
451
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_capabilities_capable_models_on_capability_id')[0m
|
452
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_capabilities_capable_models_on_capable_model_id')
|
453
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("capability_types")[0m
|
454
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("capable_models")
|
455
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('capable_model_record_idx')[0m
|
456
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("categories")
|
457
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('category_polymorphic')[0m
|
458
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("category_classifications")
|
459
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('classification_polymorphic')[0m
|
460
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("compass_ae_instances")
|
461
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_item_types")[0m
|
462
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_item_types_configuration_options")
|
463
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_item_type_conf_opt_id_opt_idx')[0m
|
464
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('conf_item_type_conf_opt_id_item_idx')
|
465
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_item_types_configurations")[0m
|
466
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('conf_config_type_uniq_idx')
|
467
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_id_idx')[0m
|
468
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('conf_conf_type_id_item_idx')
|
469
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_items")[0m
|
470
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_items_on_configuration_option_id')
|
471
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_items_on_configuration_item_type_id')[0m
|
472
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_items_on_configuration_id')
|
473
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("configuration_items_configuration_options")[0m
|
474
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('conf_item_conf_opt_id_opt_idx')
|
475
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('conf_item_conf_opt_id_item_idx')[0m
|
476
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configuration_options")
|
477
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_options_on_user_defined')[0m
|
478
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_configuration_options_on_internal_identifier')
|
479
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_configuration_options_on_value')[0m
|
480
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("configurations")
|
481
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("contact_purposes")[0m
|
482
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_contact_purposes_on_parent_id')
|
483
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("contact_purposes_contacts")[0m
|
484
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('contact_purposes_contacts_index')
|
485
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("contact_types")[0m
|
486
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_contact_types_on_parent_id')
|
487
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("contacts")[0m
|
488
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('besi_2')
|
489
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_contacts_on_party_id')[0m
|
490
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("currencies")
|
491
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_currencies_on_internal_identifier')[0m
|
492
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("delayed_jobs")
|
493
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('delayed_jobs_priority')[0m
|
494
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("descriptive_assets")
|
495
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('described_record_idx')[0m
|
496
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_descriptive_assets_on_view_type_id')
|
497
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("dynamic_data")[0m
|
498
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_reference_id')
|
499
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_reference_type')[0m
|
500
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_updated_by_id')
|
501
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_by_id')[0m
|
502
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_data_on_updated_with_form_id')
|
503
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_data_on_created_with_form_id')[0m
|
504
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_form_documents")
|
505
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_form_documents_on_type')[0m
|
506
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_form_documents_on_dynamic_form_model_id')
|
507
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("dynamic_form_models")[0m
|
508
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("dynamic_forms")
|
509
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_internal_identifier')[0m
|
510
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_model_name')
|
511
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_dynamic_form_model_id')[0m
|
512
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_dynamic_forms_on_updated_by_id')
|
513
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_dynamic_forms_on_created_by_id')[0m
|
514
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("email_addresses")
|
515
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("file_assets")[0m
|
516
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_file_assets_on_directory')
|
517
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_file_assets_on_name')[0m
|
518
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('file_asset_holder_idx')
|
519
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_file_assets_on_type')[0m
|
520
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("geo_countries")
|
521
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_geo_countries_on_iso_code_2')[0m
|
522
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_countries_on_name')
|
523
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("geo_zones")[0m
|
524
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_zones_on_zone_code')
|
525
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_geo_zones_on_zone_name')[0m
|
526
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_geo_zones_on_geo_country_id')
|
527
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("individuals")[0m
|
528
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_individuals_on_party_id')
|
529
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("money")[0m
|
530
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_money_on_currency_id')
|
531
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("note_types")[0m
|
532
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('note_type_record_idx')
|
533
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("notes")[0m
|
534
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_notes_on_created_by_id')
|
535
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_notes_on_note_type_id')[0m
|
536
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_notes_on_noted_record_id_and_noted_record_type')
|
537
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("organizations")[0m
|
538
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("parties")
|
539
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('besi_1')[0m
|
540
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("party_relationships")
|
541
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_party_relationships_on_relationship_type_id')[0m
|
542
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_party_relationships_on_priority_type_id')
|
543
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_party_relationships_on_status_type_id')[0m
|
544
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("party_roles")
|
545
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_party_roles_on_role_type_id')[0m
|
546
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_party_roles_on_party_id')
|
547
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("party_search_facts")[0m
|
548
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("phone_numbers")
|
549
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("postal_addresses")[0m
|
550
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_postal_addresses_on_geo_zone_id')
|
551
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_postal_addresses_on_geo_country_id')[0m
|
552
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("preference_options")
|
553
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("preference_options_preference_types")[0m
|
554
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('pref_opt_pref_type_pref_opt_id_idx')
|
555
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('pref_opt_pref_type_pref_type_id_idx')[0m
|
556
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("preference_types")
|
557
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_preference_types_on_default_pref_option_id')[0m
|
558
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("preferences")
|
559
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_preferences_on_preference_type_id')[0m
|
560
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_preferences_on_preference_option_id')
|
561
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("relationship_types")[0m
|
562
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_relationship_types_on_valid_to_role_type_id')
|
563
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_relationship_types_on_valid_from_role_type_id')[0m
|
564
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("role_types")
|
565
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("roles")[0m
|
566
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("roles_secured_models")
|
567
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_roles_secured_models_on_role_id')[0m
|
568
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_roles_secured_models_on_secured_model_id')
|
569
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("secured_models")[0m
|
570
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('secured_record_idx')
|
571
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("sessions")[0m
|
572
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_sessions_on_updated_at')
|
573
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_sessions_on_session_id')[0m
|
574
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("tree_menu_node_defs")
|
575
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_tree_menu_node_defs_on_parent_id')[0m
|
576
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("user_preferences")
|
577
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_user_preferences_on_preferenced_record_type')[0m
|
578
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_user_preferences_on_preferenced_record_id')
|
579
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_user_preferences_on_preference_id')[0m
|
580
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_user_preferences_on_user_id')
|
581
|
-
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("users")[0m
|
582
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_activation_token')
|
583
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_reset_password_token')[0m
|
584
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_remember_me_token')
|
585
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('activity_idx')[0m
|
586
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_users_on_username')
|
587
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_users_on_email')[0m
|
588
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("valid_configurations")
|
589
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_valid_configurations_on_configuration_id')[0m
|
590
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('configured_item_poly_idx')
|
591
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("valid_note_types")[0m
|
592
|
-
[1m[35m (0.0ms)[0m PRAGMA index_info('index_valid_note_types_on_note_type_id')
|
593
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('valid_note_type_record_idx')[0m
|
594
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("valid_preference_types")
|
595
|
-
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("view_types")[0m
|
596
|
-
[1m[35m (0.0ms)[0m PRAGMA index_list("widgets")
|
597
|
-
[1m[36m (5.2ms)[0m [1mbegin transaction[0m
|
598
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
599
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
600
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
601
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
602
|
-
[1m[35mDynamicFormModel Load (0.2ms)[0m SELECT "dynamic_form_models".* FROM "dynamic_form_models" WHERE "dynamic_form_models"."model_name" = 'DynamicFormDocument' LIMIT 1
|
603
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
604
|
-
[1m[35m (0.2ms)[0m begin transaction
|
605
|
-
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
606
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
607
|
-
[1m[36mDynamicFormModel Load (0.2ms)[0m [1mSELECT "dynamic_form_models".* FROM "dynamic_form_models" WHERE "dynamic_form_models"."model_name" = 'DynamicFormDocument' LIMIT 1[0m
|
608
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
609
|
-
[1m[36mSQL (8.4ms)[0m [1mINSERT INTO "dynamic_form_documents" ("created_at", "dynamic_form_model_id", "type", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["dynamic_form_model_id", nil], ["type", nil], ["updated_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00]]
|
610
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "dynamic_data" ("created_at", "created_by_id", "created_with_form_id", "dynamic_attributes", "reference_id", "reference_type", "updated_at", "updated_by_id", "updated_with_form_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["created_by_id", nil], ["created_with_form_id", nil], ["dynamic_attributes", "--- {}\n"], ["reference_id", 1], ["reference_type", "DynamicFormDocument"], ["updated_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["updated_by_id", nil], ["updated_with_form_id", nil]]
|
611
|
-
[1m[36m (0.5ms)[0m [1mUPDATE "dynamic_data" SET "updated_at" = '2012-06-06 14:37:59.468822', "dynamic_attributes" = '--- {}
|
612
|
-
' WHERE "dynamic_data"."id" = 1[0m
|
613
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
614
|
-
[1m[36m (1.0ms)[0m [1mrollback transaction[0m
|
615
|
-
[1m[35m (0.1ms)[0m begin transaction
|
616
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
617
|
-
[1m[35m (0.1ms)[0m begin transaction
|
618
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
619
|
-
[1m[35mSQL (0.7ms)[0m INSERT INTO "dynamic_form_models" ("created_at", "model_name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["model_name", nil], ["updated_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00]]
|
620
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
621
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
622
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
623
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
624
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
625
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
626
|
-
[1m[36mDynamicForm Exists (0.2ms)[0m [1mSELECT 1 FROM "dynamic_forms" WHERE ("dynamic_forms"."internal_identifier" IS NULL AND "dynamic_forms"."model_name" IS NULL) LIMIT 1[0m
|
627
|
-
[1m[35mSQL (0.8ms)[0m INSERT INTO "dynamic_forms" ("created_at", "created_by_id", "default", "definition", "description", "dynamic_form_model_id", "internal_identifier", "model_name", "updated_at", "updated_by_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["created_by_id", nil], ["default", nil], ["definition", nil], ["description", nil], ["dynamic_form_model_id", nil], ["internal_identifier", nil], ["model_name", nil], ["updated_at", Wed, 06 Jun 2012 14:37:59 UTC +00:00], ["updated_by_id", nil]]
|
628
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
629
|
-
[1m[35m (0.7ms)[0m rollback transaction
|