Project

General

Profile

Actions

Feature #18967

open

Drop unused columns and tables

Added by Peter Amstutz over 2 years ago. Updated about 1 month 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

Also available in: Atom PDF