|
Revision 298, 497 bytes
(checked in by hannes, 3 years ago)
|
logging access to admin panel and moderation functions (ticket #57)
|
| Line | |
|---|
| 1 |
DROP TABLE %prefix%categories; |
|---|
| 2 |
DROP TABLE %prefix%forums; |
|---|
| 3 |
DROP TABLE %prefix%messages; |
|---|
| 4 |
DROP TABLE %prefix%online; |
|---|
| 5 |
DROP TABLE %prefix%polls; |
|---|
| 6 |
DROP TABLE %prefix%posts; |
|---|
| 7 |
DROP TABLE %prefix%topics; |
|---|
| 8 |
DROP TABLE %prefix%groupmemberships; |
|---|
| 9 |
DROP TABLE %prefix%usergroups; |
|---|
| 10 |
DROP TABLE %prefix%members; |
|---|
| 11 |
DROP TABLE %prefix%mails; |
|---|
| 12 |
DROP TABLE %prefix%moderators; |
|---|
| 13 |
DROP TABLE %prefix%subscriptions; |
|---|
| 14 |
DROP TABLE %prefix%rights; |
|---|
| 15 |
DROP TABLE %prefix%rights_default; |
|---|
| 16 |
DROP TABLE %prefix%logins; |
|---|
| 17 |
DROP TABLE %prefix%adminlog |
|---|