fixed dropping referer table
git-svn-id: http://yolanda.mister-muffin.de/svn@116 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
f12588fbc8
commit
d20b70ec75
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ $dbh->do(qq{drop table uploaded});
|
||||||
|
|
||||||
$dbh->do(qq{drop table tagcloud});
|
$dbh->do(qq{drop table tagcloud});
|
||||||
|
|
||||||
|
$dbh->do(qq{drop table referer});
|
||||||
|
|
||||||
$dbh->do(qq{create table
|
$dbh->do(qq{create table
|
||||||
tagcloud
|
tagcloud
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue