add some more cols
This commit is contained in:
3
src/main/resources/dbmigration/1.25.sql
Normal file
3
src/main/resources/dbmigration/1.25.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- apply alter tables
|
||||
alter table incoming_inventory add column if not exists loading varchar(255);
|
||||
alter table incoming_inventory add column if not exists unloading varchar(255);
|
||||
Reference in New Issue
Block a user