daichirata / hammer

🛠 hammer is a command-line tool to schema management for Google Cloud Spanner.
MIT License
83 stars 24 forks source link

support alter database DDL on `hammer diff` #29

Closed iwata closed 3 years ago

iwata commented 3 years ago

The latest spansql supports ALTER DATABASE statements. ref. https://github.com/googleapis/google-cloud-go/issues/4390 So, I wanna it for hammer diff, too.

daichirata commented 3 years ago

merged, thanks!