Skip to content

Commit 976a46a

Browse files
added upgrade note
1 parent 799f9fe commit 976a46a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

UPGRADE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
UPGRADE
22
=======
33

4+
- [1.2.0](#1.2.0)
45
- [1.1.0](#1.1.0)
56
- [0.4.0](#0.4.0)
67

8+
### 1.2.0
9+
10+
In the database table `ta_task_executions` a new field was introduced. Run following
11+
command to update the table.
12+
13+
```bash
14+
bin/console doctrine:schema:update
15+
```
16+
717
### 1.1.0
818

919
In the database table `ta_tasks` a new field was introduced. Run following

0 commit comments

Comments
 (0)