8 lines
287 B
XML
8 lines
287 B
XML
<?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> |