This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 574
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
Hai Nguyen
committed
Apr 19, 2016
1 parent
e29efb7
commit d1b831c
Showing
2 changed files
with
22 additions
and
2 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
2 changes: 1 addition & 1 deletion
2
...ion/V20160413_1__Clean_Timeline_Cache.sql → ...ion/V20160414_1__Clean_Timeline_Cache.sql
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DELETE FROM `s_timeline_tracking_cache` WHERE id > 0; | ||
ALTER TABLE `m_options` ADD COLUMN `isShow` BIT(1) NULL; | ||
UPDATE `m_tracker_bug` SET `status` = 'ReOpen' WHERE `status` = 'ReOpened' AND id > 0 | ||
UPDATE `m_tracker_bug` SET `status` = 'ReOpen' WHERE `status` = 'ReOpened' AND id > 0; |