summaryrefslogtreecommitdiffstats
path: root/upgrading/4.3.0.txt
blob: 0d3a9b7bd9f1f2b7b792092670ed3210d4278804 (plain)
1
2
3
4
5
1. Add a column to store ownership notification settings:

----
ALTER TABLE Users ADD COLUMN OwnershipNotify TINYINT(1) NOT NULL DEFAULT 1;
----