Fix typo in DB guides for change_column_default
What does this MR do?
The query example in the DB guides for changing column default is incorrect. This MR fixes it.
ALTER TABLE namespaces
ALTER COLUMN request_access_enabled
-DEFAULT false
+SET DEFAULT false