12 Zeilen
Kein EOL
361 B
SQL
12 Zeilen
Kein EOL
361 B
SQL
/**
|
|
* Author: oldperl
|
|
* Created: 13.12.2018
|
|
$Id: plugin_uninstall.sql 128 2019-07-03 11:58:28Z oldperl $
|
|
*/
|
|
|
|
DROP TABLE IF EXISTS !PREFIX!_news;
|
|
DROP TABLE IF EXISTS !PREFIX!_news_groupmembers;
|
|
DROP TABLE IF EXISTS !PREFIX!_news_groups;
|
|
DROP TABLE IF EXISTS !PREFIX!_news_jobs;
|
|
DROP TABLE IF EXISTS !PREFIX!_news_log;
|
|
DROP TABLE IF EXISTS !PREFIX!_news_rcp; |