Bypass the default query of the User class when no uid is specified
[platal.git] / upgrade / 0.9.5 / 40_photo.sql
1 ALTER TABLE photo ADD column pub ENUM('private', 'public') DEFAULT 'private' NOT NULL;
2