Skip to content

Commit 9a7e4be

Browse files
author
mcramer
committed
- Prepared new client api usage
1 parent 88629fa commit 9a7e4be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `client` ADD COLUMN `can_use_api` enum('n','y') NOT NULL DEFAULT 'n' AFTER `canceled`;

install/sql/ispconfig3.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ CREATE TABLE `client` (
228228
`created_at` bigint(20) DEFAULT NULL,
229229
`locked` enum('n','y') NOT NULL DEFAULT 'n',
230230
`canceled` enum('n','y') NOT NULL DEFAULT 'n',
231+
`can_use_api` enum('n','y') NOT NULL DEFAULT 'n',
231232
`tmp_data` mediumblob,
232233
`id_rsa` varchar(2000) NOT NULL DEFAULT '',
233234
`ssh_rsa` varchar(600) NOT NULL DEFAULT '',

0 commit comments

Comments
 (0)