mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-31 16:25:04 +02:00
remove default value coordinates
This commit is contained in:
parent
3d127b6f54
commit
70de538f38
1 changed files with 3 additions and 0 deletions
|
@ -148,5 +148,8 @@
|
||||||
"2024.8.6" : [
|
"2024.8.6" : [
|
||||||
"ALTER TABLE `rad_acct` ADD `acctinputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `framedipaddress`;",
|
"ALTER TABLE `rad_acct` ADD `acctinputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `framedipaddress`;",
|
||||||
"ALTER TABLE `rad_acct` ADD `acctoutputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `acctinputoctets`;"
|
"ALTER TABLE `rad_acct` ADD `acctoutputoctets` BIGINT NOT NULL DEFAULT '0' AFTER `acctinputoctets`;"
|
||||||
|
],
|
||||||
|
"2024.8.7" : [
|
||||||
|
"ALTER TABLE `tbl_customers` CHANGE `coordinates` `coordinates` VARCHAR(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'Latitude and Longitude coordinates';"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue