mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 17:36:59 +00:00
Make column definition that works on both dbs
This commit is contained in:
parent
352e1ff9ed
commit
a164270833
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
||||||
* limitations under the License.
|
* 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));
|
||||||
|
|
Loading…
Add table
Reference in a new issue