mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 增加 5.0-5.1 升级sql
This commit is contained in:
3
script/sql/update/postgres/update_5.0-5.1.sql
Normal file
3
script/sql/update/postgres/update_5.0-5.1.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE gen_table ADD data_name varchar(200) default ''::varchar;
|
||||
|
||||
COMMENT ON COLUMN gen_table.data_name IS '数据源名称';
|
Reference in New Issue
Block a user