X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_user_log.pm;h=026670cafe167dba32045f82905e057a4dd8a242;hb=e803d5f00368e951f7a4b82d5d390b53c4a6c827;hp=563f3cef08fbe09d2df1445cb26854bba50b6154;hpb=9539d3f490cba4738a40025fcd241d1cb2372ad9;p=freeside.git diff --git a/FS/FS/access_user_log.pm b/FS/FS/access_user_log.pm index 563f3cef0..026670caf 100644 --- a/FS/FS/access_user_log.pm +++ b/FS/FS/access_user_log.pm @@ -135,6 +135,17 @@ sub check { =back +=cut + +sub _upgrade_schema { + my ($class, %opts) = @_; + + my $sql = 'DROP TABLE IF EXISTS h_access_user_log'; + + my $sth = dbh->prepare($sql) or die dbh->errstr; + $sth->execute or die $sth->errstr; +} + =head1 BUGS =head1 SEE ALSO