Open tylarb opened 2 years ago
From the notes on the corresponding slack thread, the steps to support this include:
Additional point of notice: the global transaction table needs to be created if it's not already present -- this is normally done when the first transactional table is created, but the alter here may happen without any existing transactional tables.
Great point, Eric!
Jira Link: DB-701
Description
Is it possible to allow
ALTER TABLE
syntax to allow a table to move from non-transaction to transactional?example: