handle prefixes

This commit is contained in:
gowthaman
2024-04-30 11:08:21 +05:30
parent d17ea1da6a
commit fb4f1a0995
6 changed files with 34 additions and 1 deletions

View 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="prefixes" type="jsonb"/>
</addColumn>
</changeSet>
</migration>