We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676de24 commit dc8708cCopy full SHA for dc8708c
1 file changed
content/archive/26.03/upgrade.md
@@ -15,7 +15,8 @@ If using MySQL, PosgreSQL or SQLite, you can enable the option [`update_sql_sche
15
If you are using other database, or prefer to update manually the SQL schema:
16
17
``` sql
18
-ALTER TABLE rosterusers ADD COLUMN approved boolean NOT NULL AFTER subscription;
+ALTER TABLE rosterusers ADD COLUMN approved boolean NOT NULL DEFAULT false;
19
+ALTER TABLE rosterusers ADD COLUMN approved DROP DEFAULT;
20
```
21
22
## <a name="sasl"></a> SASL channel binding changes
0 commit comments