Browse Source

Merge branch 'master' into prod

allen 2 years ago
parent
commit
50d48b98df
1 changed files with 5 additions and 0 deletions
  1. 5 0
      sql/update20230612.sql

+ 5 - 0
sql/update20230612.sql

@@ -0,0 +1,5 @@
+use kgraph;
+
+ALTER TABLE t_extract_by_hand_detail MODIFY COLUMN `entity` VARCHAR ( 512 );
+
+commit;