OpenMetadata/bootstrap/sql/migrations/native/1.11.9/postgres/schemaChanges.sql
Sriharsha Chintalapani b244798f22
Add bulk apis for pipeline status (#25731)
* Add bulk apis for pipeline status

* Update generated TypeScript types

* Fix gitar comments

* Update generated TypeScript types

* Fix pycheck

* Address comments

* Fix databricks test

* Move schema changes to 1.11.9

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: harshsoni2024 <harshsoni2024@gmail.com>
2026-02-10 18:14:06 +05:30

3 lines
258 B
SQL

-- 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.