We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed275b commit 3832e13Copy full SHA for 3832e13
docs/upgrades/upgrade_7.10.23-7.10.24.pl
@@ -43,7 +43,7 @@ sub addPALastLogTable {
43
print "\tAdd a table to keep track of additional Passive Analytics data... " unless $quiet;
44
# and here's our code
45
$session->db->write(<<EOSQL);
46
-CREATE TABLE `PA_lastLog` (
+CREATE TABLE IF NOT EXISTS `PA_lastLog` (
47
`userId` char(22) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
48
`assetId` char(22) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
49
`sessionId` char(22) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
0 commit comments