This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mutec
committed
Aug 3, 2017
1 parent
6ccbd59
commit 66c60d5
Showing
3 changed files
with
24 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- 1.2.6 (pl 1) | ||
ALTER TABLE wcf1_todo CHANGE timestamp time INT(10) NOT NULL DEFAULT 0; | ||
ALTER TABLE wcf1_todo ADD COLUMN notesHasEmbeddedObjects TINYINT(1) NOT NULL DEFAULT 0; | ||
ALTER TABLE wcf1_todo CHANGE private private TINYINT(1) NOT NULL DEFAULT 0; | ||
ALTER TABLE wcf1_todo CHANGE comments comments INT(10) NOT NULL DEFAULT 0; | ||
ALTER TABLE wcf1_todo CHANGE enableHtml enableHtml TINYINT(1) NOT NULL DEFAULT 0; |