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