db.migration.v0.10.0.2__agr_curation_api.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agr_curation_api Show documentation
Show all versions of agr_curation_api Show documentation
This software is for using the curation api as a library
ALTER TABLE diseaseannotation
DROP COLUMN dateupdated,
DROP COLUMN datecreated;
ALTER TABLE diseaseannotation_aud
DROP COLUMN IF EXISTS datelastmodified,
DROP COLUMN IF EXISTS creationdate,
DROP COLUMN IF EXISTS modifiedby,
DROP COLUMN IF EXISTS createdby,
DROP COLUMN IF EXISTS modid;