flutter-vienna-hackathon-25/wien_talks_server/migrations/20250816214717668/migration.json
2025-08-17 11:57:58 +02:00

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
}