mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 15:05:46 +00:00
Make column definition that works on both dbs
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
ALTER TABLE groups ADD COLUMN is_joinable BOOLEAN NOT NULL DEFAULT 0;
|
||||
ALTER TABLE groups ADD COLUMN is_joinable BOOLEAN NOT NULL DEFAULT (CAST(0 AS BOOLEAN));
|
||||
|
||||
Reference in New Issue
Block a user