-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
2
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
3scale 2019-04-08, 3scale 2019-04-23, 3scale 2019-05-06, 3scale 2019-05-20
When creating a new installation from the 2.5 version of system, not everything from the Oracle DB schema is correct.
This is the difference:
diff --git a/db/oracle_schema.rb b/db/oracle_schema.rb
index b5b7a969..2d352951 100644
--- a/db/oracle_schema.rb
+++ b/db/oracle_schema.rb
@@ -464,11 +464,11 @@ ActiveRecord::Schema.define(version: 20190304222108) do
add_index "countries", ["code"], name: "index_countries_on_code"
create_table "deleted_objects", force: :cascade do |t|
- t.integer "owner_id", limit: 19, precision: 19
+ t.integer "owner_id", precision: 38
t.string "owner_type"
- t.integer "object_id", limit: 19, precision: 19
+ t.integer "object_id", precision: 38
t.string "object_type"
- t.datetime "created_at", null: false
+ t.datetime "created_at", null: false
end
- blocks
-
THREESCALE-2025 Remove Account column service_prefix from code & DB
-
- Closed
-
-
THREESCALE-2480 Remove tech_support_email and admin_support_email fields from the DB
-
- Closed
-
-
THREESCALE-2624 Remove Account column deleted_at from the DB
-
- Closed
-
- causes
-
THREESCALE-4793 Upgrade of 3scale from 2.5 to 2.6 on oracle fails
-
- Closed
-