()
| 116 | } |
| 117 | |
| 118 | func (e *changeError) Error() string { |
| 119 | return fmt.Sprintf("%s: %s", e.Code, e.Message) |
| 120 | } |
| 121 | |
| 122 | // proposeChangeDescription is the description for the propose_database_change tool. |
| 123 | const proposeChangeDescription = `Run DDL/DML changes (ALTER TABLE, CREATE TABLE, INSERT, UPDATE, migrations) against a Bytebase database. |
no outgoing calls
no test coverage detected