diff --git a/src/main/resources/db/migration/V1.0_20210323_2237__del_menu_record.sql b/src/main/resources/db/migration/V1.0_20210323_2237__del_menu_record.sql new file mode 100644 index 00000000..906bd998 --- /dev/null +++ b/src/main/resources/db/migration/V1.0_20210323_2237__del_menu_record.sql @@ -0,0 +1 @@ +delete from sys_config where config_code = 'SYS_SESSION_ADD_TO_COOKIE';