Commit 60a7414e authored by Krasimir Angelov's avatar Krasimir Angelov

Fix typo in DB guides for change_column_default

parent 7e237b81
......@@ -647,7 +647,7 @@ tables: `namespaces`. This can be translated to:
```sql
ALTER TABLE namespaces
ALTER COLUMN request_access_enabled
DEFAULT false
SET DEFAULT false
```
In this particular case, the default value exists and we're just changing the metadata for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment