mcramer
2013-09-06 44e1ef270013c5702a626648224c1909ad191626
- Prepared new client api usage

1 files added
1 files modified
2 ■■■■■ changed files
install/sql/incremental/upd_0058.sql 1 ●●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql 1 ●●●● patch | view | raw | blame | history
install/sql/incremental/upd_0058.sql
New file
@@ -0,0 +1 @@
ALTER TABLE `client` ADD COLUMN `can_use_api` enum('n','y') NOT NULL DEFAULT 'n' AFTER `canceled`;
install/sql/ispconfig3.sql
@@ -228,6 +228,7 @@
  `created_at` bigint(20) DEFAULT NULL,
  `locked` enum('n','y') NOT NULL DEFAULT 'n',
  `canceled` enum('n','y') NOT NULL DEFAULT 'n',
  `can_use_api` enum('n','y') NOT NULL DEFAULT 'n',
  `tmp_data` mediumblob,
  `id_rsa` varchar(2000) NOT NULL DEFAULT '',
  `ssh_rsa` varchar(600) NOT NULL DEFAULT '',