GoogleCloudPlatform/spanner-migration-tool

OnDelete and OnUpdate properties not working

shreyakhajanchi opened this issue · 1 comments

Currently, in HarbourBridge the code seems to have support to add the OnDelete and OnUpdate properties in case they are present in the foreign key of the source schema for mysql dump migration. But on running migration for mysql dump file the OnDelete and OnUpdate properties are getting updated only for source schema and not for spanner.

Since OnDelete property is currently not supported in spanner, closing this for now as its an intended behaviour.