0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-06 08:29:04 +02:00

OK, smallint it is then

This commit is contained in:
David Baker 2018-03-28 14:53:55 +01:00
parent a838444a70
commit 929b34963d

View file

@ -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;