OpenMetadata/bootstrap/sql/org.postgresql.Driver/v015__create_db_connection_info.sql

4 lines
178 B
MySQL
Raw Normal View History

2023-08-02 15:57:49 +02:00
-- column deleted not needed for entities that don't support soft delete
ALTER TABLE query_entity DROP COLUMN deleted;
ALTER TABLE event_subscription_entity DROP COLUMN deleted;