fix edit of outward and plant name

This commit is contained in:
gowthaman
2024-06-26 12:24:14 +05:30
parent 062365ed51
commit 0247d68b50
6 changed files with 16 additions and 2 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="plant_original_name" type="varchar"/>
</addColumn>
</changeSet>
</migration>