mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-12-06 05:51:57 +01:00
Initial commit
Functional, without SSO
This commit is contained in:
13
sources/others/update/2.6.2.php
Normal file
13
sources/others/update/2.6.2.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/update.php";
|
||||
|
||||
class Update_262 extends Update
|
||||
{
|
||||
public function update()
|
||||
{
|
||||
if ("db" == $this->_storage) {
|
||||
$this->_dbConnection->query("ALTER TABLE `LBC_Alert` ADD `last_id` INTEGER UNSIGNED NOT NULL DEFAULT '0' AFTER `send_pushbullet`");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user