mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 19:24:19 +01:00
43 lines
No EOL
922 B
JSON
43 lines
No EOL
922 B
JSON
{
|
|
"actions": [
|
|
{
|
|
"type": "alterTable",
|
|
"alterTable": {
|
|
"name": "vote",
|
|
"schema": "public",
|
|
"addColumns": [],
|
|
"deleteColumns": [
|
|
"quote"
|
|
],
|
|
"modifyColumns": [],
|
|
"addIndexes": [],
|
|
"deleteIndexes": [],
|
|
"addForeignKeys": [],
|
|
"deleteForeignKeys": [],
|
|
"warnings": [
|
|
{
|
|
"type": "columnDropped",
|
|
"message": "Column \"quote\" of table \"vote\" will be dropped.",
|
|
"table": "vote",
|
|
"columns": [
|
|
"quote"
|
|
],
|
|
"destrucive": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"warnings": [
|
|
{
|
|
"type": "columnDropped",
|
|
"message": "Column \"quote\" of table \"vote\" will be dropped.",
|
|
"table": "vote",
|
|
"columns": [
|
|
"quote"
|
|
],
|
|
"destrucive": true
|
|
}
|
|
],
|
|
"migrationApiVersion": 1
|
|
} |