added skipNotification column to assets
This commit is contained in:
parent
ef07faa506
commit
a778dd3bbe
1 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,13 @@ sub addThreadRatingColumn {
|
|||
}
|
||||
}
|
||||
|
||||
##-------------------------------------------------
|
||||
sub addSkipNotificationColumn {
|
||||
my $session = shift;
|
||||
print "\tAdding Skip Notification column to Assets\n" unless ($quiet);
|
||||
$session->db->write("alter table assetData add skipNotification integer not null default 0");
|
||||
}
|
||||
|
||||
|
||||
# ---- DO NOT EDIT BELOW THIS LINE ----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue