equal
deleted
inserted
replaced
145 -- --- |
145 -- --- |
146 -- Catchall |
146 -- Catchall |
147 -- --- |
147 -- --- |
148 -- Quota/Service/Transport inheritance |
148 -- Quota/Service/Transport inheritance |
149 -- --- |
149 -- --- |
150 ALTER TABLE users ALTER COLUMN tid DROP NULL; |
150 ALTER TABLE users ALTER COLUMN tid DROP NOT NULL; |
151 ALTER TABLE users ALTER COLUMN tid SET DEFAULT NULL; |
151 ALTER TABLE users ALTER COLUMN tid SET DEFAULT NULL; |
152 -- The qid and ssid columns have already been defined accordingly above. |
152 -- The qid and ssid columns have already been defined accordingly above. |
153 -- The rest of the logic will take place in the functions. |
153 -- The rest of the logic will take place in the functions. |
154 |
154 |
155 -- While qid and ssid are new and it's perfectly okay for existing users to |
155 -- While qid and ssid are new and it's perfectly okay for existing users to |