/* * Alter the systemmetadata* table names for Oracle length restrictions * NOTE: we cannot actually perform this since the tables could * never be created when 2.0.0 was first released. Oracle users of Metacat 1.x * will have run through an updated 2.0.0 script that creates the correct table names * for use in 2.0.5. So, we do nothing here for Oracle deployments. */ /* * update the database version */ UPDATE db_version SET status=0; INSERT INTO db_version (version, status, date_created) VALUES ('2.0.5', 1, CURRENT_DATE);