mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
added schema change for account.active
This commit is contained in:
parent
22a63f7deb
commit
1df103e9a8
2 changed files with 591 additions and 588 deletions
|
@ -86,3 +86,6 @@ CREATE TABLE IF NOT EXISTS `useraction` (
|
||||||
INDEX `idx_useraction_requestorid` (`requestorid` ASC))
|
INDEX `idx_useraction_requestorid` (`requestorid` ASC))
|
||||||
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
|
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
|
||||||
ENGINE = InnoDB;
|
ENGINE = InnoDB;
|
||||||
|
|
||||||
|
/* community edition */
|
||||||
|
ALTER TABLE account ADD COLUMN `active` BOOL NOT NULL DEFAULT 1 AFTER `admin`;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue