mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 12:19:21 -05:00
Grr. Copy the definition from is_admin
This commit is contained in:
parent
32260baa41
commit
a838444a70
@ -13,4 +13,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
ALTER TABLE groups ADD COLUMN is_joinable BOOLEAN NOT NULL DEFAULT (CAST(0 AS BOOLEAN));
|
||||
ALTER TABLE groups ADD COLUMN is_joinable BOOL DEFAULT 0 NOT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user