Skip to content

Commit

Permalink
Update WebInterface/install.php
Browse files Browse the repository at this point in the history
Add 3 fields in table "keys": last_used / iPad3 / client_apple_account_id
Correction for avoiding the "siriproxy gentables" required before starting TTLP
  • Loading branch information
am3yrus committed Oct 1, 2012
1 parent a20fa7e commit aa22368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WebInterface/install.php
Expand Up @@ -351,6 +351,9 @@
`expired` enum('False','True') NOT NULL DEFAULT 'False',
`keyload` int(255) unsigned NOT NULL DEFAULT '0',
`date_added` datetime NOT NULL,
`last_used` datetime NOT NULL,
`iPad3` enum('False','True') NOT NULL DEFAULT 'False',
`client_apple_account_id` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
Expand Down

0 comments on commit aa22368

Please sign in to comment.