mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
9bda03dbce
Summary: Fixes T7583. We also add `key_room`, which uses isRoom and dateModified since a very common view of rooms is going to be ordered by last updated. Test Plan: made the conpherence view controller query specify `withIsRoom(true)` and `withIsRoom(false)`. The former made the controller correctly 404 while the latter had no change in functionality. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7583 Differential Revision: https://secure.phabricator.com/D12102
2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
|
|
ADD isRoom BOOL NOT NULL DEFAULT 0 AFTER title;
|