add config for print
This commit is contained in:
parent
e4cbee9c16
commit
66a5a20c0c
2
src/main/resources/dbmigration/1.37.sql
Normal file
2
src/main/resources/dbmigration/1.37.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists print jsonb;
|
||||
8
src/main/resources/dbmigration/model/1.37.model.xml
Normal file
8
src/main/resources/dbmigration/model/1.37.model.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<migration xmlns="http://ebean-orm.github.io/xml/ns/dbmigration">
|
||||
<changeSet type="apply">
|
||||
<addColumn tableName="plant">
|
||||
<column name="print" type="jsonb"/>
|
||||
</addColumn>
|
||||
</changeSet>
|
||||
</migration>
|
||||
Loading…
x
Reference in New Issue
Block a user