fix edit of outward and plant name
This commit is contained in:
3
src/main/resources/dbmigration/1.36.sql
Normal file
3
src/main/resources/dbmigration/1.36.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- apply alter tables
|
||||
alter table plant add column if not exists plant_original_name varchar(255);
|
||||
update plant set plant_original_name = plant;
|
||||
Reference in New Issue
Block a user