Files
littleTiger/plugins/function/helloworld/uninstall.sql

2 lines
100 B
MySQL
Raw Normal View History

2019-02-28 19:48:21 +08:00
delete from `__PREFIX__system_module` where ctl = 'HelloWorld';
drop table `__PREFIX__hello_world`;