mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-01 00:34:32 +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" : [
|
||||
"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`;"
|
||||
],
|
||||
"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