db_migrator
db_migrator copied to clipboard
Results
2
db_migrator issues
Sort by
recently updated
recently updated
newest added
Hi Currently, the `db_migrate_prepare` method relies on plugin callbacks to populate the staging schema tables. It is therefore necessary to defer all adjustments by hand, by modifying the contents of...
question
Hi, Currently, foreign table removal is performed at the same time as table creation and data loading. The `materialize_foreign_table` method consists of the following steps: * Foreign table renaming (`ALTER...
enhancement