Maintenance: StatsStore column related_o_id is never used.

This commit is contained in:
Thorsten Eckel 2019-10-15 12:17:53 +02:00
parent b9c82a4c7f
commit 1d0d227575

View file

@ -685,7 +685,6 @@ class CreateBase < ActiveRecord::Migration[4.2]
t.references :stats_store_object, null: false
t.integer :o_id, null: false
t.string :key, limit: 250, null: true
t.integer :related_o_id, null: true
t.integer :related_stats_store_object_id, null: true
t.string :data, limit: 5000, null: true
t.integer :created_by_id, null: false