Skip to content
Snippets Groups Projects
Commit 5e0e8265 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Add migration to liquibase

parent 341bf4eb
Branches
Tags
2 merge requests!774Deploy,!770Allow feedback to be flagged
......@@ -1280,6 +1280,20 @@ databaseChangeLog:
type: BOOLEAN
defaultValueBoolean: false
tableName: slotted_lab
- changeSet:
id: 1711549974087-1
author: cedric (generated)
changes:
- addColumn:
columns:
- column:
constraints:
nullable: false
name: is_reported
type: BOOLEAN
defaultValue: false
value: false
tableName: feedback
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment