Removed the bits about the TOSModule. That module doesn't go into core. WARNING: migration on GridUser withdrawn too, but left the migration number there.

This commit is contained in:
Diva Canto
2012-09-27 16:43:18 -07:00
parent 3c77b8f463
commit 7a50705188
5 changed files with 0 additions and 47 deletions

View File

@@ -19,9 +19,6 @@ CREATE TABLE `GridUser` (
COMMIT;
:VERSION 2 # --------------------------
BEGIN;
ALTER TABLE `GridUser` ADD COLUMN TOS CHAR(36);
COMMIT;