Preparing for 7.4.8 release.
This commit is contained in:
parent
21b37954c4
commit
9d32cefb09
3 changed files with 8 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -36,6 +36,7 @@ finish($session); # this line required
|
|||
#-------------------------------------------------
|
||||
sub addEventTimeZone {
|
||||
my $session = shift;
|
||||
print "\tAdding timeZone to Events.\n" unless $quiet;
|
||||
$session->db->write("alter table Event add column timeZone varchar(255) binary default 'UTC'");
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package WebGUI;
|
||||
|
||||
our $VERSION = "7.4.8";
|
||||
our $STATUS = "beta";
|
||||
our $STATUS = "stable";
|
||||
|
||||
|
||||
=head1 LEGAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue