osticket-docker/osTicket-v1.18.2/include/upgrader/streams/core/26fd79dc-00c949a6.cleanup.sql

4 lines
109 B
SQL

-- Drop the state field from thread_events
ALTER TABLE `%TABLE_PREFIX%thread_event`
DROP COLUMN `state`;