Skip to content

Commit

Permalink
repairing faulty updatedatabase syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Ferraro <[email protected]>
  • Loading branch information
Joshua Ferraro committed Mar 18, 2008
1 parent dca8e1f commit 3b16acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/data/mysql/updatedatabase.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@

$DBversion = "3.00.00.065";
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
$dbh->do("Create Table: CREATE TABLE `patroncards` (
$dbh->do("CREATE TABLE `patroncards` (
`cardid` int(11) NOT NULL auto_increment,
`batch_id` varchar(10) NOT NULL default '1',
`borrowernumber` int(11) NOT NULL,
Expand Down

0 comments on commit 3b16acf

Please sign in to comment.