Added missing NULL value to sql insert statement.
authorBill Traynor <btraynor@gmail.com>
Fri, 19 Sep 2014 17:54:30 +0000 (13:54 -0400)
committerBrian Wolff <bawolff+wn@gmail.com>
Fri, 19 Sep 2014 18:01:04 +0000 (18:01 +0000)
commitf91ffd128a2dcbb8a1ecdc0ba885e648fd88c99a
tree819b2b0b147a1090f1a197310f7741ed95d2f3aa
parent70440754112d246b3355901dfbc002edfbc4f5e5
Added missing NULL value to sql insert statement.

In tables.sql the page table is defined with 14 columns.  Following
this, the dummy table insert statement included 13 values causing
failure of the installation process.  This change adds the required 14th
value.

Bug: 71022
Change-Id: I8f8ee95fb4c0147ac09232ef253ecf7784b7fb52
Signed-off-by: Bill Traynor <btraynor@gmail.com>
maintenance/oracle/tables.sql