7675.1047.1
by Danilo Segan
Set default DB value for PersonSettings.selfgenerated_bugnotifications to FALSE. |
1 |
SET client_min_messages=ERROR; |
2 |
||
3 |
ALTER TABLE PersonSettings |
|
4 |
ALTER COLUMN selfgenerated_bugnotifications SET DEFAULT FALSE; |
|
5 |
||
7675.1047.2
by Danilo Segan
Use the stub-assigned DB patch number. |
6 |
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 44, 0); |