2024-07-30 11:18:24 +05:30

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>