mirror of
https://github.com/xataio/pgroll.git
synced 2024-11-04 04:47:15 +03:00
12 lines
152 B
JSON
12 lines
152 B
JSON
|
{
|
||
|
"name": "04_rename_table",
|
||
|
"operations": [
|
||
|
{
|
||
|
"rename_table": {
|
||
|
"from": "customers",
|
||
|
"to": "clients"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|