mirror of
https://github.com/itflow-org/itflow
synced 2026-03-21 04:55:39 +00:00
Added git ids to the db structure update under updates
This commit is contained in:
9
post.php
9
post.php
@@ -856,12 +856,13 @@ if(isset($_GET['update'])){
|
|||||||
|
|
||||||
//Alter SQL Structure
|
//Alter SQL Structure
|
||||||
|
|
||||||
mysqli_query($mysqli,"ALTER TABLE settings DROP config_enable_alert_low_balance");
|
//85cdc42d0f15e36de5cab00d7f3c799a056e85ef
|
||||||
|
|
||||||
mysqli_query($mysqli,"ALTER TABLE settings DROP config_account_balance_threshold");
|
|
||||||
|
|
||||||
mysqli_query($mysqli,"ALTER TABLE assets ADD asset_install_date DATE NULL AFTER asset_warranty_expire");
|
mysqli_query($mysqli,"ALTER TABLE assets ADD asset_install_date DATE NULL AFTER asset_warranty_expire");
|
||||||
|
|
||||||
|
//c88e6b851aadfbde173f7cfe7155dd1ed31adece
|
||||||
|
mysqli_query($mysqli,"ALTER TABLE settings DROP config_enable_alert_low_balance");
|
||||||
|
mysqli_query($mysqli,"ALTER TABLE settings DROP config_account_balance_threshold");
|
||||||
|
|
||||||
$_SESSION['alert_message'] = "Update Successful!";
|
$_SESSION['alert_message'] = "Update Successful!";
|
||||||
|
|
||||||
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
header("Location: " . $_SERVER["HTTP_REFERER"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user