Commit 699f0afb authored by Administrator's avatar Administrator

[ADMIN] Script to rename table from metadata to hyperdata

parent 495a8631
ALTER TABLE node_node RENAME metadata TO hyperdata ;
ALTER TABLE node_metadata RENAME TO node_hyperdata ;
ALTER TABLE node_node_metadata
RENAME TO node_node_hyperdata
RENAME metadata_id TO hyperdata_id
;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment