mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
OK, smallint it is then
This commit is contained in:
parent
a838444a70
commit
929b34963d
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
ALTER TABLE groups ADD COLUMN is_joinable BOOL DEFAULT 0 NOT NULL;
|
||||
ALTER TABLE groups ADD COLUMN is_joinable SMALLINT DEFAULT 0 NOT NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue