Project

General

Profile

Actions

Feature #18967

open

Drop unused columns and tables

Added by Peter Amstutz over 2 years ago. Updated 13 days ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

Unused columns
  • 'id' - most tables have a default 'id' column added by rails, despite the fact that 'uuid' is the real primary key
  • 'updated_at' - this was removed from API responses in #15397
Unused tables
  • humans, specimens, traits, jobs, job_tasks, pipeline_instances, pipeline_templates, keep_disks, nodes, repositories

#15397 (release 3.0) removed rails code that relied on the above tables/columns, so it will be safe to remove the tables themselves after 3.0 (see #15397#note-72).

api_clients table is not part of this -- see #21910.


Related issues

Related to Arvados - Feature #15397: Declutter the APIResolvedTom CleggActions
Actions #1

Updated by Peter Amstutz over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz over 1 year ago

  • Release set to 60
Actions #3

Updated by Peter Amstutz 4 months ago

  • Target version set to Future
Actions #4

Updated by Tom Clegg 14 days ago

Actions #5

Updated by Tom Clegg 13 days ago

  • Description updated (diff)
  • Subject changed from drop legacy columns and tables to Drop unused columns and tables
  • Tracker changed from Idea to Feature
Actions

Also available in: Atom PDF