-
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.
Merge pull request #1 from PESchoenberg/develop
Improved info.
- Loading branch information
Showing
5 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 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,8 +1,8 @@ | ||
UPDATE trf_pers SET Status = 'enabled' WHERE Status IS NULL; | ||
UPDATE trf_pers SET Context = 'center' WHERE Context IS NULL; | ||
UPDATE trf_pers SET Hr = 10 WHERE Hr IS NULL; | ||
UPDATE trf_pers SET Dayn = 12 WHERE Dayn IS NULL; | ||
UPDATE trf_pers SET Dayw = 'Tue' WHERE Dayw IS NULL; | ||
UPDATE trf_pers SET Hr = 11 WHERE Hr IS NULL; | ||
UPDATE trf_pers SET Dayn = 13 WHERE Dayn IS NULL; | ||
UPDATE trf_pers SET Dayw = 'Wed' WHERE Dayw IS NULL; | ||
UPDATE trf_pers SET Monthn = 11 WHERE Monthn IS NULL; | ||
UPDATE trf_pers SET Year = 2019 WHERE Year IS NULL; | ||
|