26 lines
512 B
JSON
26 lines
512 B
JSON
{
|
|
"databaseChangeLog": [
|
|
{
|
|
"changeSet": {
|
|
"id": "Add ui_hotkey_name column to buildings",
|
|
"author": "anibus",
|
|
"changes": [
|
|
{
|
|
"addColumn": {
|
|
"columns": [
|
|
{
|
|
"column": {
|
|
"name": "ui_hotkey_name",
|
|
"type": "varchar(255)"
|
|
}
|
|
}
|
|
],
|
|
"tableName": "buildings"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|