View | Details | Raw Unified | Return to bug 30888
Collapse All | Expand All

(-)a/installer/data/mysql/db_revs/241200012.pl (-1 / +1 lines)
Lines 12-18 return { Link Here
12
            $dbh->do(
12
            $dbh->do(
13
                q|
13
                q|
14
CREATE TABLE `deletedauth_header` (
14
CREATE TABLE `deletedauth_header` (
15
  `authid` bigint(20) unsigned NOT NULL,
15
  `authid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
16
  `authtypecode` varchar(10) NOT NULL DEFAULT '',
16
  `authtypecode` varchar(10) NOT NULL DEFAULT '',
17
  `datecreated` date DEFAULT NULL,
17
  `datecreated` date DEFAULT NULL,
18
  `modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
18
  `modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
(-)a/t/lib/TestBuilder.pm (-1 / +3 lines)
Lines 692-697 sub _gen_default_values { Link Here
692
        AuthHeader => {
692
        AuthHeader => {
693
            marcxml => '',
693
            marcxml => '',
694
        },
694
        },
695
        DeletedauthHeader => {
696
            marcxml => '',
697
        },
695
        BorrowerAttributeType => {
698
        BorrowerAttributeType => {
696
            mandatory => 0,
699
            mandatory => 0,
697
            is_date   => 0,
700
            is_date   => 0,
698
- 

Return to bug 30888