提交merge1.3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE public.wor_inventory_item ALTER COLUMN delete_flag TYPE bpchar(1) USING delete_flag::bpchar(1);
|
||||
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
VALUES ('202511201214 alter_table wor_inventory_item', '1.0.0');
|
||||
Reference in New Issue
Block a user