You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow specifying the Spanner DB default timezone as part of schema migration (GoogleCloudPlatform#1229)
* Add target profile flag to specify the default timezone of the Spanner DB
* Allow specifying the default timezone via the web UI
* Include setting of database options in DDL generation
* Pass through DB options (currently only default timezone) when migrating schema
* Ensure default time zone DDL command is included in output files and add default time zone to integration tests
* Fix test issues from merge of master branch
logger.Log.Warn("Spanner database already contains tables, can not set default time zone of '"+conv.DatabaseOptions.DefaultTimezone+"'. See https://docs.cloud.google.com/spanner/docs/set-default-time-zone#limitations.")
0 commit comments