diff --git a/scripts/1.2.2/5.update_user_resource.sql b/scripts/1.2.2/5.update_user_resource.sql new file mode 100644 index 00000000..4a264472 --- /dev/null +++ b/scripts/1.2.2/5.update_user_resource.sql @@ -0,0 +1,2 @@ +alter table user_resource + alter column isshow type varchar(40) using isshow::varchar(40); \ No newline at end of file