backup the schema for tables we don't need the data from. RT#85959
[freeside.git] / FS / FS / h_svc_alarm.pm
1 package FS::h_svc_alarm;
2
3 use strict;
4 use vars qw( @ISA );
5 use FS::h_Common;
6 use FS::svc_alarm;
7
8 @ISA = qw( FS::h_Common FS::svc_alarm );
9
10 sub table { 'h_svc_alarm' };
11
12 =head1 NAME
13
14 FS::h_svc_alarm - Historical Alarm service objects
15
16 =head1 SYNOPSIS
17
18 =head1 DESCRIPTION
19
20 An FS::h_svc_alarm object represents a historical alarm service subscriber.
21 FS::h_svc_alarm inherits from FS::h_Common and FS::svc_alarm.
22
23 =head1 BUGS
24
25 =head1 SEE ALSO
26
27 L<FS::h_Common>, L<FS::svc_alarm>, L<FS::Record>
28
29 =cut
30
31 1;
32