Created
December 5, 2011 15:17
-
-
Save danpoltawski/1433924 to your computer and use it in GitHub Desktop.
pre 1.5 upgrades
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
UPDATE mdl_user set lastip = '127.0.0.1' WHERE lastip IS NULL; | |
UPDATE mdl_user set city = 'London' WHERE city IS NULL; | |
UPDATE mdl_resource SET reference = course WHERE type = 'directory' AND reference IS NULL; | |
UPDATE mdl_resource SET reference = '' WHERE type = 'text' AND reference IS NULL; | |
UPDATE mdl_resource SET reference = '' WHERE type = 'html' AND reference IS NULL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment