mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
4 lines
258 B
MySQL
4 lines
258 B
MySQL
|
|
-- No changes needed for entity_extension_time_series.timestamp on PostgreSQL.
|
||
|
|
-- PostgreSQL already uses STORED for the generated timestamp column (since table creation).
|
||
|
|
-- MySQL migration changes it from VIRTUAL to STORED for consistency and performance.
|