pgroll/examples/04_rename_table.json
Carlos Pérez-Aradros Herce 28187f3cb3
Rename table op (#23)
Add rename table operation.

I worked a bit toward table-based testing with reusable code in
`op_common_test.go`

---------

Co-authored-by: Andrew Farries <andyrb@gmail.com>
2023-07-11 08:01:05 +00:00

12 lines
152 B
JSON

{
"name": "04_rename_table",
"operations": [
{
"rename_table": {
"from": "customers",
"to": "clients"
}
}
]
}