Skip to content
Snippets Groups Projects
Commit da3a01dd authored by Simon Belak's avatar Simon Belak
Browse files

add migration

parent 1840a506
No related branches found
No related tags found
No related merge requests found
......@@ -3927,3 +3927,13 @@ databaseChangeLog:
type: text
constraints:
nullable: false
- changeSet:
- id: 68
- author: sbelak
- changes:
- addColumn:
tableName: computation_job
columns:
- column:
name: context
type: text
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment