File: mysql-destroy.sql

package info (click to toggle)
phpwiki 1.3.14-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 15,716 kB
  • ctags: 23,548
  • sloc: php: 88,295; sql: 1,476; sh: 1,378; perl: 765; makefile: 602; awk: 28
file content (17 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- $Id: mysql-destroy.sql,v 1.2 2005/09/28 19:27:23 rurban Exp $

drop table if exists page;
drop table if exists version;
drop table if exists recent;
drop table if exists nonempty;
drop table if exists link;
drop table if exists session;

-- upgrade from 1.3.7:

drop table if exists pref;
--drop table if exists user;
drop table if exists member;

-- if you plan to use the wikilens theme
drop table if exists rating;