Files
littleTiger/plugins/function/helloworld/uninstall.sql
2019-02-28 19:48:21 +08:00

2 lines
100 B
SQL

delete from `__PREFIX__system_module` where ctl = 'HelloWorld';
drop table `__PREFIX__hello_world`;