``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
COMMENT ON COLUMN public.doc_inventory_item_static.unit_code IS '单位';
|
||||
COMMENT ON COLUMN doc_inventory_item_static.unit_code IS '单位';
|
||||
|
||||
-- Insert migration record
|
||||
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
|
||||
|
||||
Reference in New Issue
Block a user